aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorStrangerke2014-01-07 00:06:16 +0100
committerStrangerke2014-01-07 00:06:16 +0100
commit6dff1574590c60eab526b7dcc4061ec9f15c0821 (patch)
tree4f76f453bd43ebc67d5b9873c357165dd605b817 /engines/voyeur/voyeur.h
parent12386de64b3b3fbb779d4262a0edfcb4fa5ee463 (diff)
downloadscummvm-rg350-6dff1574590c60eab526b7dcc4061ec9f15c0821.tar.gz
scummvm-rg350-6dff1574590c60eab526b7dcc4061ec9f15c0821.tar.bz2
scummvm-rg350-6dff1574590c60eab526b7dcc4061ec9f15c0821.zip
VOYEUR: Remove a couple of useless variables, change type of some other to use booleans, add CHECKME
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index b114c526f0..552b9d035e 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -159,7 +159,7 @@ public:
int _currentVocId;
int _videoId;
const int *_resolvePtr;
- int _iForceDeath;
+ int _iForceDeath; // CHECKME: The original initializes it in ESP_init()
int _checkTransitionId;
int _gameHour;
int _gameMinute;