aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorStrangerke2016-09-16 23:15:27 +0200
committerStrangerke2016-09-16 23:15:27 +0200
commit421d47db85f1efb7744734ef41ffd213f3ab4bca (patch)
tree6c25e97fd2bae16dbadd4605bd4bc9ffa0090b62 /engines/dm/dm.cpp
parent85341206c5170a9ddc5a79a73963b2615f5b6baf (diff)
downloadscummvm-rg350-421d47db85f1efb7744734ef41ffd213f3ab4bca.tar.gz
scummvm-rg350-421d47db85f1efb7744734ef41ffd213f3ab4bca.tar.bz2
scummvm-rg350-421d47db85f1efb7744734ef41ffd213f3ab4bca.zip
DM: Fix some more non-MSVC warnings, remove a useless variable
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 4355355d48..32ee941b93 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -138,7 +138,6 @@ DMEngine::DMEngine(OSystem *syst, const DMADGameDescription *desc) : Engine(syst
_stopWaitingForPlayerInput = true;
_gameTimeTicking = false;
_restartGameAllowed = false;
- _gameId = 0;
_pressingEye = false;
_stopPressingEye = false;
_pressingMouth = false;