mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TSAGE: BF - Remove a redundant check on the previous scene number in scene 360
This commit is contained in:
parent
074c11f7e1
commit
3c77b717b3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user