aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Mettifogo2010-10-22 14:21:26 +0000
committerNicola Mettifogo2010-10-22 14:21:26 +0000
commit5ba15c5ae566f31e72fad772aeebeeade9bf9c75 (patch)
tree10ba7b02a0c9bd1243b20690d4d2892a9f98d132
parentc67bcddf858b956efd7626170f4525dd763c768b (diff)
downloadscummvm-rg350-5ba15c5ae566f31e72fad772aeebeeade9bf9c75.tar.gz
scummvm-rg350-5ba15c5ae566f31e72fad772aeebeeade9bf9c75.tar.bz2
scummvm-rg350-5ba15c5ae566f31e72fad772aeebeeade9bf9c75.zip
Update BRA demo startup code to use the part/location handling code from r50042. Patch #3089932 by fuzzie.
svn-id: r53702
-rw-r--r--engines/parallaction/parallaction_br.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/parallaction_br.cpp b/engines/parallaction/parallaction_br.cpp
index 470c698a21..1cbd857ac9 100644
--- a/engines/parallaction/parallaction_br.cpp
+++ b/engines/parallaction/parallaction_br.cpp
@@ -154,7 +154,8 @@ Common::Error Parallaction_br::go() {
while (!shouldQuit()) {
if (getFeatures() & GF_DEMO) {
- scheduleLocationSwitch("camalb.1");
+ scheduleLocationSwitch("camalb");
+ _nextPart = 1;
_input->_inputMode = Input::kInputModeGame;
} else {
startGui(splash);