diff options
-rw-r--r-- | engines/tsage/ringworld_scenes6.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp index ac177810c7..affc9cbc74 100644 --- a/engines/tsage/ringworld_scenes6.cpp +++ b/engines/tsage/ringworld_scenes6.cpp @@ -1493,13 +1493,6 @@ void Scene5200::Action2::signal() { case 5: _globals->_player.enableControl(); remove(); - - // HACK: Change scene here. Basically, perform the code that's - // in Scene5200::dispatch(), as PlayerMover::proc1() gets stuck - // when exiting the scene via the right exit - _globals->_stripNum = 5200; - _globals->_sceneManager.changeScene(5100); - break; } } |