aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.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/events.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/events.h')
-rw-r--r--engines/voyeur/events.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index a8ef89aaee..a51b66916a 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -82,7 +82,7 @@ public:
int _field468;
int _field46A;
int _vocSecondsOffset;
- int _field46E;
+ bool _field46E;
int _field470;
int _field472;
int _transitionId;
@@ -154,7 +154,7 @@ public:
int field26;
int field2A;
bool _hasPalette;
- int field38;
+ bool field38;
int field3B;
int field3D;
int _palStartIndex;
@@ -206,7 +206,6 @@ public:
bool _newLeftClick, _newRightClick;
bool _newMouseUnk;
- int _v2A0A2;
int _videoDead;
int _cycleTime[4];
byte *_cycleNext[4];