aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/tsage/ringworld_scenes8.cpp4
-rw-r--r--engines/tsage/ringworld_scenes8.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/engines/tsage/ringworld_scenes8.cpp b/engines/tsage/ringworld_scenes8.cpp
index ceff997105..8dda2a8738 100644
--- a/engines/tsage/ringworld_scenes8.cpp
+++ b/engines/tsage/ringworld_scenes8.cpp
@@ -2050,7 +2050,7 @@ void Scene7700::Object8::doAction(int action) {
scene->_object14.setPriority2(250);
scene->_object14.setPosition(Common::Point(139, 151), 0);
- scene->_gfxButton.setText(SCENE_EXIT_MSG);
+ scene->_gfxButton.setText(EXIT_MSG);
scene->_gfxButton._bounds.centre(140, 189);
scene->_gfxButton.draw();
scene->_gfxButton._bounds.expandPanes();
@@ -2064,7 +2064,7 @@ void Scene7700::Object8::doAction(int action) {
scene->_object15.setPosition(Common::Point(140, 165), 0);
scene->_object15.setPriority2(200);
- scene->_gfxButton.setText(SCENE_EXIT_MSG);
+ scene->_gfxButton.setText(EXIT_MSG);
scene->_gfxButton._bounds.centre(140, 186);
scene->_gfxButton.draw();
scene->_gfxButton._bounds.expandPanes();
diff --git a/engines/tsage/ringworld_scenes8.h b/engines/tsage/ringworld_scenes8.h
index 8528f43a38..406ba0894f 100644
--- a/engines/tsage/ringworld_scenes8.h
+++ b/engines/tsage/ringworld_scenes8.h
@@ -469,6 +469,7 @@ public:
virtual void process(Event &event);
virtual void dispatch();
};
+
} // End of namespace tSage
#endif