mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
TSAGE: RINGWORLD - Remove unused object, remove erroneous comments
This commit is contained in:
parent
b603ea0223
commit
d949a60dd8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user