aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorStrangerke2014-02-12 07:36:37 +0100
committerStrangerke2014-02-12 07:36:37 +0100
commit1b7a4cf4a070e8dc88330d818898f2aa0659be5d (patch)
tree6b5c40ae53ee75386ec3852113642f59d02f5e2d /engines/voyeur/data.h
parent0d994187913645161b4ff17a8686efa079d4dc5a (diff)
downloadscummvm-rg350-1b7a4cf4a070e8dc88330d818898f2aa0659be5d.tar.gz
scummvm-rg350-1b7a4cf4a070e8dc88330d818898f2aa0659be5d.tar.bz2
scummvm-rg350-1b7a4cf4a070e8dc88330d818898f2aa0659be5d.zip
VOYEUR: Initialize properly a couple of Bolt variables
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index 899b10c53d..8f926db36d 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -147,7 +147,7 @@ public:
RectResource *_viewBounds;
int _curICF0;
int _curICF1;
- int _fadeICF0;
+ bool _fadeICF0; // Useless variable? (always the same value)
int _policeEvent;
int _eventCount;