aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 95ff1c145c..b2b491ce46 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -322,6 +322,8 @@ public:
int _end;
int _rotationMode;
int _duration;
+ int _idxChange;
+ int _countdown;
public:
PaletteRotation();
@@ -630,6 +632,7 @@ public:
// Return to Ringworld specific fields
int _characterIndex;
int _oldSceneNumber;
+ int _fieldBC;
int _characterScene[MAX_CHARACTERS];
Common::Point _characterPos[MAX_CHARACTERS];
int _characterStrip[MAX_CHARACTERS];