aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.cpp')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
index 4e50336f6e..2c8d5f0c38 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
@@ -217,7 +217,7 @@ bool CloudsCutscenes::showCloudsIntro() {
groupo.draw(screen, 0);
groupo.draw(screen, 1, Common::Point(160, 0));
crodo.draw(screen, 0, Common::Point(0, -5));
- screen._windows[0].writeString(CLOUDS_INTRO1);
+ screen._windows[0].writeString(Res.CLOUDS_INTRO1);
// Unroll a scroll
if (doScroll(false, true))
@@ -285,7 +285,7 @@ bool CloudsCutscenes::showCloudsIntro() {
case 12:
case 13: {
crodo.draw(screen, 0, Common::Point(0, -5));
- screen._windows[0].writeString(CLOUDS_INTRO1);
+ screen._windows[0].writeString(Res.CLOUDS_INTRO1);
ctr5 = (ctr5 + 1) % 19;
WAIT(1);
@@ -298,7 +298,7 @@ bool CloudsCutscenes::showCloudsIntro() {
if (lookup > 30)
lookup = 30;
frameCtr = _INTRO_FRAMES_VALS[_INTRO_FRAMES_LOOKUP[lineCtr]][lookup];
- screen._windows[0].writeString(CLOUDS_INTRO1);
+ screen._windows[0].writeString(Res.CLOUDS_INTRO1);
ctr5 = (ctr5 + 1) % 19;
WAIT(1);