aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_scenes3.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-10-18 22:47:47 +1100
committerPaul Gilbert2011-10-18 22:47:47 +1100
commit7f13c9ee0e10e5f47796334a52033248e4620749 (patch)
tree597018fe4c71693fcd862740652d12fd18fb458a /engines/tsage/blue_force/blueforce_scenes3.h
parent98b6f74accb04cd894010cda763d07261729d92b (diff)
downloadscummvm-rg350-7f13c9ee0e10e5f47796334a52033248e4620749.tar.gz
scummvm-rg350-7f13c9ee0e10e5f47796334a52033248e4620749.tar.bz2
scummvm-rg350-7f13c9ee0e10e5f47796334a52033248e4620749.zip
TSAGE: Bugfix for getting boat hook from fire box
Diffstat (limited to 'engines/tsage/blue_force/blueforce_scenes3.h')
-rw-r--r--engines/tsage/blue_force/blueforce_scenes3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes3.h b/engines/tsage/blue_force/blueforce_scenes3.h
index 86150433fd..f01c011233 100644
--- a/engines/tsage/blue_force/blueforce_scenes3.h
+++ b/engines/tsage/blue_force/blueforce_scenes3.h
@@ -432,7 +432,7 @@ public:
class Scene350: public SceneExt {
/* Items */
- class Item5: public NamedHotspot {
+ class FireBox: public NamedHotspot {
public:
virtual bool startAction(CursorType action, Event &event);
};
@@ -454,7 +454,7 @@ class Scene350: public SceneExt {
public:
virtual bool startAction(CursorType action, Event &event);
};
- class Object5: public NamedObject {
+ class FireboxInset: public FocusObject {
public:
virtual bool startAction(CursorType action, Event &event);
};
@@ -470,9 +470,9 @@ public:
SceneObject _yachtDoor;
BackgroundSceneObject _yachtBody;
Hook _hook;
- Object5 _object5;
+ FireboxInset _fireBoxInset;
NamedHotspot _item1, _item2, _item3, _item4;
- Item5 _item5;
+ FireBox _fireBox;
Yacht _yacht;
SouthWestExit _swExit;
SpeakerGameText _gameTextSpeaker;