Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause))

svn-id: r27836
This commit is contained in:
Max Horn 2007-07-01 20:16:24 +00:00
parent 19bb631e94
commit a14485da5f

View File

@ -54,7 +54,8 @@ Engine::Engine(OSystem *syst)
_eventMan(_system->getEventManager()),
_saveFileMan(_system->getSavefileManager()),
_targetName(ConfMan.getActiveDomainName()),
_gameDataPath(ConfMan.get("path")) {
_gameDataPath(ConfMan.get("path")),
_pauseLevel(0) {
g_engine = this;
_autosavePeriod = ConfMan.getInt("autosave_period");