aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/gamemodule.cpp
diff options
context:
space:
mode:
authorjohndoe1232011-09-09 09:04:28 +0000
committerWillem Jan Palenstijn2013-05-08 20:39:36 +0200
commit9133d17cdf33a96fcb0423576e69d888323f2b00 (patch)
tree65563e6ff81b44cf15125fa0519aa5ae1ef77b5a /engines/neverhood/gamemodule.cpp
parent904f7ac33520a3b578ad46bb3b1552074ae57326 (diff)
downloadscummvm-rg350-9133d17cdf33a96fcb0423576e69d888323f2b00.tar.gz
scummvm-rg350-9133d17cdf33a96fcb0423576e69d888323f2b00.tar.bz2
scummvm-rg350-9133d17cdf33a96fcb0423576e69d888323f2b00.zip
NEVERHOOD: Implement Scene2242
Diffstat (limited to 'engines/neverhood/gamemodule.cpp')
-rw-r--r--engines/neverhood/gamemodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/gamemodule.cpp b/engines/neverhood/gamemodule.cpp
index 920893c650..d9237b9f60 100644
--- a/engines/neverhood/gamemodule.cpp
+++ b/engines/neverhood/gamemodule.cpp
@@ -242,7 +242,7 @@ void GameModule::startup() {
createModule2000(-1);
#endif
#if 1
- _vm->gameState().sceneNum = 7;
+ _vm->gameState().sceneNum = 41;
createModule2200(-1);
#endif
}