aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-18 15:39:40 +0000
committerArnaud Boutonné2010-08-18 15:39:40 +0000
commitfc94562c771a528ba6be57504c9bc097cac9d426 (patch)
tree58596cd4de02559290384bfe338110efb3a06698 /engines/hugo/intro.cpp
parentab5bb86e207c3af61d713d72121232a7ac1dd3bc (diff)
downloadscummvm-rg350-fc94562c771a528ba6be57504c9bc097cac9d426.tar.gz
scummvm-rg350-fc94562c771a528ba6be57504c9bc097cac9d426.tar.bz2
scummvm-rg350-fc94562c771a528ba6be57504c9bc097cac9d426.zip
H3 win - Suppress an enum and use directly the screen number, with a comment
svn-id: r52188
Diffstat (limited to 'engines/hugo/intro.cpp')
-rw-r--r--engines/hugo/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index cd08d73b27..adee2510a6 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -95,7 +95,7 @@ void intro_3w::preNewGame() {
void intro_3w::introInit() {
// Hugo 3 - show map and set up for introPlay()
//#if STORY
- _vm.file().readBackground(INTRO_2_FILE);
+ _vm.file().readBackground(22); // display screen MAP_3w
_vm.screen().displayBackground();
introTicks = 0;
//#endif