aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_scenes9.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-03-07 21:06:32 +1100
committerPaul Gilbert2012-03-07 21:06:32 +1100
commit62966183e448d2e9332f3abf50918594280a02d6 (patch)
tree1d313e40f47adcf099df3441b10f00c1437f17fb /engines/tsage/blue_force/blueforce_scenes9.h
parentc29fa80f5cf0f91eadbabd953bbc9c319e25422f (diff)
downloadscummvm-rg350-62966183e448d2e9332f3abf50918594280a02d6.tar.gz
scummvm-rg350-62966183e448d2e9332f3abf50918594280a02d6.tar.bz2
scummvm-rg350-62966183e448d2e9332f3abf50918594280a02d6.zip
TSAGE: Renaming of fields and fix for gate in Blue Force scene 900
Diffstat (limited to 'engines/tsage/blue_force/blueforce_scenes9.h')
-rw-r--r--engines/tsage/blue_force/blueforce_scenes9.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes9.h b/engines/tsage/blue_force/blueforce_scenes9.h
index 9ae542c21d..74708b94de 100644
--- a/engines/tsage/blue_force/blueforce_scenes9.h
+++ b/engines/tsage/blue_force/blueforce_scenes9.h
@@ -41,11 +41,11 @@ using namespace TsAGE;
class Scene900: public PalettedScene {
/* Items */
- class Item1: public NamedHotspot {
+ class Exterior: public NamedHotspot {
public:
virtual bool startAction(CursorType action, Event &event);
};
- class Item4: public NamedHotspot {
+ class WestExit: public NamedHotspot {
public:
virtual bool startAction(CursorType action, Event &event);
};
@@ -94,7 +94,7 @@ public:
SpeakerGameText _gameTextSpeaker;
SpeakerJakeJacket _jakeJacketSpeaker;
SpeakerLyleHat _lyleHatSpeaker;
- Item1 _item1;
+ Exterior _exterior;
Gate _gate;
Door _door;
Dog _dog;
@@ -104,7 +104,7 @@ public:
NamedObject _object5;
Lyle _lyle;
Body _body;
- Item4 _item4;
+ WestExit _westExit;
ASoundExt _sound1;
Action1 _action1;
Action2 _action2;