TSAGE: BF - Remove a redundant check on the previous scene number in scene 360

This commit is contained in:
Strangerke 2014-02-08 19:13:18 +01:00
parent 074c11f7e1
commit 3c77b717b3

View File

@ -4438,7 +4438,7 @@ void Scene360::postInit(SceneObjectList *OwnerList) {
BF_GLOBALS._player._moveDiff.y = 4;
BF_GLOBALS._player.enableControl();
if ((BF_GLOBALS._sceneManager._previousScene == 355) || (BF_GLOBALS._sceneManager._previousScene != 370)) {
if (BF_GLOBALS._sceneManager._previousScene != 370) {
BF_GLOBALS._player.setPosition(Common::Point(253, 135));
BF_GLOBALS._player.setStrip(2);