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:
Alex Bevilacqua 2009-11-11 09:51:36 +00:00 committed by Eugene Sandulenko
parent fc33509d62
commit 005cfdcf5a
No known key found for this signature in database
GPG key ID: 014D387312D34F08
8 changed files with 30 additions and 50 deletions

View file

@ -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);