ASYLUM: * changed some variable casting from uint32 to int
* force kDebugFlagScripts to be on by default (for now) git-svn-id: http://asylumengine.googlecode.com/svn/trunk@378 0bfb4aae-4ea4-11de-8d8d-752d95cf3e3c
This commit is contained in:
parent
fc33509d62
commit
005cfdcf5a
8 changed files with 30 additions and 50 deletions
|
@ -52,6 +52,8 @@ AsylumEngine::AsylumEngine(OSystem *system, Common::Language language)
|
|||
SearchMan.addSubDirectoryMatching(_gameDataDir, "vids");
|
||||
SearchMan.addSubDirectoryMatching(_gameDataDir, "music");
|
||||
|
||||
Common::enableDebugChannel("Scripts");
|
||||
|
||||
g_eventRec.registerRandomSource(_rnd, "asylum");
|
||||
|
||||
memset(_gameFlags, 0, 1512);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue