aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gamesys.h
diff options
context:
space:
mode:
authorStrangerke2016-03-14 07:40:03 +0100
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit83bc85713bacd3a50daaace0411a3382c855797a (patch)
treeb825953bb68b22f6fef096da65c2165dc6d3fb69 /engines/gnap/gamesys.h
parentda2cb981d2d5a71fc9db04404569bfcc92fbfcf3 (diff)
downloadscummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.tar.gz
scummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.tar.bz2
scummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.zip
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Diffstat (limited to 'engines/gnap/gamesys.h')
-rw-r--r--engines/gnap/gamesys.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/engines/gnap/gamesys.h b/engines/gnap/gamesys.h
index cb6de0033b..043dec3c32 100644
--- a/engines/gnap/gamesys.h
+++ b/engines/gnap/gamesys.h
@@ -92,9 +92,9 @@ struct GfxItem {
};
struct Animation {
- int sequenceId;
- int id;
- int status;
+ int _sequenceId;
+ int _id;
+ int _status;
};
class GameSys {
@@ -135,8 +135,6 @@ public:
SpriteDrawItem _newSpriteDrawItems[kMaxSpriteDrawItems];
int _newSpriteDrawItemsCount;
- bool _spriteDrawItems1Changed;
-
RemoveSequenceItem _removeSequenceItems[kMaxSequenceItems];
int _removeSequenceItemsCount;
@@ -166,7 +164,7 @@ public:
int _backgroundImageValue3, _backgroundImageValue1;
int _backgroundImageValue4, _backgroundImageValue2;
- bool _backgroundImageError;
+ bool _backgroundImageError; // CHECKME: Unused
int32 _gameSysClock, _lastUpdateClock;