Ticket #9224: 0002-PARALLACTION-fix-first-location-load-for-the-BRA-dem.patch

File 0002-PARALLACTION-fix-first-location-load-for-the-BRA-dem.patch, 868 bytes (added by fuzzie, 14 years ago)
  • engines/parallaction/parallaction_br.cpp

    From 3c8fa937cbe654de9540386645239dce53e5f7d9 Mon Sep 17 00:00:00 2001
    From: Alyssa Milburn <fuzzie@fuzzie.org>
    Date: Sun, 17 Oct 2010 22:05:47 +0200
    Subject: [PATCH 2/2] PARALLACTION: fix first location load for the BRA demo
    
    ---
     engines/parallaction/parallaction_br.cpp |    3 ++-
     1 files changed, 2 insertions(+), 1 deletions(-)
    
    diff --git a/engines/parallaction/parallaction_br.cpp b/engines/parallaction/parallaction_br.cpp
    index 087f4c7..8312801 100644
    a b Common::Error Parallaction_br::go() {  
    154154        while (!shouldQuit()) {
    155155
    156156                if (getFeatures() & GF_DEMO) {
    157                         scheduleLocationSwitch("camalb.1");
     157                        scheduleLocationSwitch("camalb");
     158                        _nextPart = 1;
    158159                        _input->_inputMode = Input::kInputModeGame;
    159160                } else {
    160161                        startGui(splash);