diff options
Diffstat (limited to 'engines/agos/agos.cpp')
-rw-r--r-- | engines/agos/agos.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp index 92c6f952d6..3b5bb3e50b 100644 --- a/engines/agos/agos.cpp +++ b/engines/agos/agos.cpp @@ -23,7 +23,7 @@ * */ -#include "common/stdafx.h" + #include "common/config-manager.h" #include "common/file.h" @@ -187,7 +187,7 @@ AGOSEngine::AGOSEngine(OSystem *syst) _inCallBack = 0; _cepeFlag = 0; _fastMode = 0; - + _backFlag = 0; _debugMode = 0; @@ -336,7 +336,7 @@ AGOSEngine::AGOSEngine(OSystem *syst) _iconToggleCount = 0; _voiceCount = 0; - + _lastTickCount = 0; _thisTickCount = 0; _startSecondCount = 0; |