aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/drascula.cpp')
-rw-r--r--engines/drascula/drascula.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp
index e442681099..1f3f0c654d 100644
--- a/engines/drascula/drascula.cpp
+++ b/engines/drascula/drascula.cpp
@@ -70,7 +70,6 @@ DrasculaEngine::DrasculaEngine(OSystem *syst, const DrasculaGameDescription *gam
_talkSequences = 0;
_currentSaveSlot = 0;
- framesWithoutAction = 0;
term_int = 0;
currentChapter = 0;
_loadedDifferentChapter = false;
@@ -310,7 +309,6 @@ Common::Error DrasculaEngine::run() {
vonBraunX = 120;
trackVonBraun = 1;
vonBraunHasMoved = 0;
- framesWithoutAction = 0;
term_int = 0;
musicStopped = 0;
globalSpeed = 0;
@@ -399,6 +397,7 @@ void DrasculaEngine::endChapter() {
bool DrasculaEngine::runCurrentChapter() {
int n;
+ int framesWithoutAction = 0;
_rightMouseButton = 0;