From e9c228564a97267bd439704b96cb659986511224 Mon Sep 17 00:00:00 2001 From: strangerke Date: Mon, 18 Apr 2011 16:37:50 +0200 Subject: TSAGE: Fix region 8 in scene 4045 --- engines/tsage/ringworld_scenes5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3