aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_scenes2.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-11-03 10:11:58 -0500
committerPaul Gilbert2013-11-03 10:11:58 -0500
commit8b539799d5a5c63b8e8754e0cff77645c9cfd899 (patch)
tree99973265e40cd2c5e4ba896a0b557c5cb419e9b5 /engines/tsage/ringworld2/ringworld2_scenes2.h
parent6a80b9c2f8308c6bc667181668deaa2424288c2d (diff)
downloadscummvm-rg350-8b539799d5a5c63b8e8754e0cff77645c9cfd899.tar.gz
scummvm-rg350-8b539799d5a5c63b8e8754e0cff77645c9cfd899.tar.bz2
scummvm-rg350-8b539799d5a5c63b8e8754e0cff77645c9cfd899.zip
TSAGE: Renamings for R2R Pictographs room
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_scenes2.h')
-rw-r--r--engines/tsage/ringworld2/ringworld2_scenes2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes2.h b/engines/tsage/ringworld2/ringworld2_scenes2.h
index ca5c4a0968..fe5f97c008 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes2.h
+++ b/engines/tsage/ringworld2/ringworld2_scenes2.h
@@ -152,7 +152,7 @@ class Scene2425 : public SceneExt {
public:
virtual bool startAction(CursorType action, Event &event);
};
- class Item4 : public NamedHotspot {
+ class Background : public NamedHotspot {
public:
virtual bool startAction(CursorType action, Event &event);
};
@@ -174,7 +174,7 @@ public:
RopeDest1 _ropeDest1;
RopeDest2 _ropeDest2;
Crevasse _crevasse;
- Item4 _item4;
+ Background _background;
Rope _rope;
Pictographs _pictographs1;
Pictographs _pictographs2;