TSAGE: Removed hack from Scene #5200 now that pathfinding has been fixed

This commit is contained in:
Paul Gilbert 2011-04-30 16:35:17 +10:00
parent 5cbf6347d1
commit e5698d123d

View File

@ -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;
}
}