aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2013-11-24 01:45:32 +0100
committerStrangerke2013-11-24 01:45:32 +0100
commitd949a60dd85f0c2d0674910552ff56e690ef9b60 (patch)
tree5e2e9d32ea590af871881a64c5bd63c7d20a53f8
parentb603ea0223ed337781da6a4a2987390ccdaa0bcc (diff)
downloadscummvm-rg350-d949a60dd85f0c2d0674910552ff56e690ef9b60.tar.gz
scummvm-rg350-d949a60dd85f0c2d0674910552ff56e690ef9b60.tar.bz2
scummvm-rg350-d949a60dd85f0c2d0674910552ff56e690ef9b60.zip
TSAGE: RINGWORLD - Remove unused object, remove erroneous comments
-rw-r--r--engines/tsage/ringworld/ringworld_scenes1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/tsage/ringworld/ringworld_scenes1.h b/engines/tsage/ringworld/ringworld_scenes1.h
index 5dd882af93..d52d4fb6ec 100644
--- a/engines/tsage/ringworld/ringworld_scenes1.h
+++ b/engines/tsage/ringworld/ringworld_scenes1.h
@@ -315,8 +315,6 @@ public:
Action1 _action1;
Action2 _action2;
Action3 _action3;
- // CHECKME: Object1 looks useless
- Object1 _object1;
LeftFlyCycle _leftFlyCycle;
CenterFlyCycle _centerFlyCycle;
RightFlyCycle _rightFlyCycle;
@@ -324,10 +322,7 @@ public:
SpeakerSText _speakerSText;
SpeakerQText _speakerQText;
DisplayHotspot _background;
-
- //CHECKME: Useless Hotspot, never initialized
DisplayHotspot _item1;
- //CHECKME: Useless Hotspot, never initialized
DisplayHotspot _entrance;
DisplayHotspot _bulwark;
DisplayHotspot _tree;