aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_scenes5.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-10-05 21:27:12 +1100
committerPaul Gilbert2011-10-05 21:28:31 +1100
commitee2122f9c81a500557ffeb745a0014c0d6d5daad (patch)
tree13151faa1202b7ba8550cc89c03c9bf63c1ecbb6 /engines/tsage/blue_force/blueforce_scenes5.h
parentb6d341324ba95f7c862b7d6c0170fe212aabad81 (diff)
downloadscummvm-rg350-ee2122f9c81a500557ffeb745a0014c0d6d5daad.tar.gz
scummvm-rg350-ee2122f9c81a500557ffeb745a0014c0d6d5daad.tar.bz2
scummvm-rg350-ee2122f9c81a500557ffeb745a0014c0d6d5daad.zip
TSAGE: Bugfixes for opening bank safe in Blue Force scene 560
Diffstat (limited to 'engines/tsage/blue_force/blueforce_scenes5.h')
-rw-r--r--engines/tsage/blue_force/blueforce_scenes5.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes5.h b/engines/tsage/blue_force/blueforce_scenes5.h
index d198e1bf13..8ff5b40657 100644
--- a/engines/tsage/blue_force/blueforce_scenes5.h
+++ b/engines/tsage/blue_force/blueforce_scenes5.h
@@ -147,7 +147,7 @@ class Scene560: public SceneExt {
public:
virtual bool startAction(CursorType action, Event &event);
};
- class Object2: public NamedObjectExt {
+ class Box: public NamedObjectExt {
public:
virtual bool startAction(CursorType action, Event &event);
};
@@ -172,7 +172,7 @@ class Scene560: public SceneExt {
public:
virtual bool startAction(CursorType action, Event &event);
};
- class Object5: public FocusObject {
+ class BoxInset: public FocusObject {
/* Items */
class Item1: public NamedHotspot {
public:
@@ -181,7 +181,7 @@ class Scene560: public SceneExt {
public:
Item1 _item1;
- virtual Common::String getClassName() { return "Scene560_Object5"; }
+ virtual Common::String getClassName() { return "Scene560_BoxInset"; }
virtual void postInit(SceneObjectList *OwnerList = NULL);
virtual void remove();
};
@@ -189,7 +189,7 @@ class Scene560: public SceneExt {
/* Item groups */
class PicturePart: public NamedHotspotExt {
public:
- virtual Common::String getClassName() { return "Scene560_Group1"; }
+ virtual Common::String getClassName() { return "Scene560_PicturePart"; }
virtual bool startAction(CursorType action, Event &event);
};
@@ -218,10 +218,10 @@ public:
Action3 _action3;
SpeakerGameText _gameTextSpeaker;
DeskChair _deskChair;
- Object2 _object2;
+ Box _box;
SafeInset _safeInset;
Nickel _nickel;
- Object5 _object5;
+ BoxInset _boxInset;
NamedObject _object6;
PicturePart _picture1, _picture2, _picture3, _picture4;
Computer _computer;