diff options
author | strangerke | 2011-04-18 16:37:50 +0200 |
---|---|---|
committer | strangerke | 2011-04-18 16:37:50 +0200 |
commit | e9c228564a97267bd439704b96cb659986511224 (patch) | |
tree | 7e247942d6d0942ee96e7f047409996a06f95fe9 /engines | |
parent | 63a7698a8678ee5f842ae39ebb4868165fc369e4 (diff) | |
download | scummvm-rg350-e9c228564a97267bd439704b96cb659986511224.tar.gz scummvm-rg350-e9c228564a97267bd439704b96cb659986511224.tar.bz2 scummvm-rg350-e9c228564a97267bd439704b96cb659986511224.zip |
TSAGE: Fix region 8 in scene 4045
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/ringworld_scenes5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp index 297ea943c3..b424a403db 100644 --- a/engines/tsage/ringworld_scenes5.cpp +++ b/engines/tsage/ringworld_scenes5.cpp @@ -1956,7 +1956,7 @@ void Scene4045::dispatch() { if (!_action) { if (_globals->_player.getRegionIndex() == 8) { _globals->_player.addMover(NULL); - if (_olloStand._strip == 1) { + if (_olloStand._strip != 1) { _globals->_player.disableControl(); _sceneMode = 4046; _olloStand._numFrames = 10; |