aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_scenes3.h
diff options
context:
space:
mode:
authorStrangerke2013-12-18 23:38:46 +0100
committerStrangerke2013-12-18 23:38:46 +0100
commit0be8b8f27db80f0e44fbd8e50f11481a9198deb8 (patch)
tree7c51ff4cc2ca2d50245eecb43d61fc75c78c7fa2 /engines/tsage/ringworld2/ringworld2_scenes3.h
parentd6cc92922b6b67359aa21f0ffb16e86bfb8f761b (diff)
downloadscummvm-rg350-0be8b8f27db80f0e44fbd8e50f11481a9198deb8.tar.gz
scummvm-rg350-0be8b8f27db80f0e44fbd8e50f11481a9198deb8.tar.bz2
scummvm-rg350-0be8b8f27db80f0e44fbd8e50f11481a9198deb8.zip
TSAGE: R2R - Renaming in Scene 3500, remove a useless variable, increase savegame version
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_scenes3.h')
-rw-r--r--engines/tsage/ringworld2/ringworld2_scenes3.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.h b/engines/tsage/ringworld2/ringworld2_scenes3.h
index 7618cc286f..6db235c909 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.h
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.h
@@ -565,9 +565,8 @@ class Scene3500 : public SceneExt {
class Action1: public Action {
public:
int _direction;
- bool _field20;
- int _field22; // CHECKME: Useless field
- bool _field24;
+ bool _headingRightFl;
+ bool _turningFl;
Action1();
virtual void synchronize(Serializer &s);
@@ -653,12 +652,12 @@ public:
PaletteRotation *_rotation;
int _mazeChangeAmount;
int _speed;
- bool _field1272;
+ bool _updateIdxChangeFl;
int _mazeDirection;
int _nextMove;
Common::Point _mazePosition;
- bool _field1282;
- int _field1284;
+ bool _postFixupFl;
+ int _exitCounter;
bool _directionChangesEnabled;
Scene3500();