aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_scenes3.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-06-29 12:06:40 -0400
committerPaul Gilbert2013-06-29 12:06:40 -0400
commit61df7e35c98b9d6b0ed8d030faea5e81bb3888f0 (patch)
treed85cc8d2fc9aad436429cebe50dac4dff20169b6 /engines/tsage/ringworld2/ringworld2_scenes3.h
parent5ba9f831a0e7a7f11b1d9b20e6e00bf41d0a7137 (diff)
downloadscummvm-rg350-61df7e35c98b9d6b0ed8d030faea5e81bb3888f0.tar.gz
scummvm-rg350-61df7e35c98b9d6b0ed8d030faea5e81bb3888f0.tar.bz2
scummvm-rg350-61df7e35c98b9d6b0ed8d030faea5e81bb3888f0.zip
TSAGE: Further cleanup of existing R2R MazeUI code
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_scenes3.h')
-rw-r--r--engines/tsage/ringworld2/ringworld2_scenes3.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.h b/engines/tsage/ringworld2/ringworld2_scenes3.h
index ffad37d7ce..60168c790f 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.h
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.h
@@ -633,12 +633,12 @@ class Scene3500 : public SceneExt {
// TODO: double check if nothing specific is present, then remove this class
};
- class UnkObject3500 : public MazeUI {
+ class MazeUI3500 : public MazeUI {
public:
int sub1097C9(int arg1);
int sub1097EF(int arg1);
int sub109C09(Common::Point pt);
- int sub109C5E(int &x, int &y);
+ int sub109C5E(Common::Point &p);
};
public:
Action1 _action1;
@@ -660,7 +660,7 @@ public:
Actor8 _actor8;
Actor8 _actor9;
ASoundExt _aSound1;
- UnkObject3500 _unkObj1;
+ MazeUI3500 _mazeUI;
SequenceManager _sequenceManager;
int _fieldAF8;
@@ -672,8 +672,7 @@ public:
int _field1274;
int _field1276;
int _field1278;
- int _field127A;
- int _field127C;
+ Common::Point _position1;
int _field127E;
int _field1280;
int _field1282;