aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/agos.cpp')
-rw-r--r--engines/agos/agos.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 63d6d063d6..ed4973b943 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -63,6 +63,14 @@ static const GameSpecificSettings puzzlepack_settings = {
AGOSEngine_PuzzlePack::AGOSEngine_PuzzlePack(OSystem *system)
: AGOSEngine_Feeble(system) {
+
+ _iconToggleCount = 0;
+ _voiceCount = 0;
+
+ _lastTickCount = 0;
+ _thisTickCount = 0;
+ _startSecondCount = 0;
+ _tSecondCount = 0;
}
AGOSEngine_Feeble::AGOSEngine_Feeble(OSystem *system)
@@ -336,14 +344,6 @@ AGOSEngine::AGOSEngine(OSystem *syst)
_syncCount = 0;
- _iconToggleCount = 0;
- _voiceCount = 0;
-
- _lastTickCount = 0;
- _thisTickCount = 0;
- _startSecondCount = 0;
- _tSecondCount = 0;
-
_frameCount = 0;
_zoneNumber = 0;