mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 07:22:41 +00:00
TSAGE: Fix for returning to landing bay from crane controls
This commit is contained in:
parent
485118ecd9
commit
cddf499942
@ -5972,10 +5972,10 @@ bool Scene700::Actor6::startAction(CursorType action, Event &event) {
|
||||
}
|
||||
|
||||
void Scene700::postInit(SceneObjectList *OwnerList) {
|
||||
if (R2_GLOBALS._sceneManager._previousScene == 900)
|
||||
g_globals->gfxManager()._bounds.moveTo(Common::Point(160, 0));
|
||||
|
||||
loadScene(700);
|
||||
if (R2_GLOBALS._sceneManager._previousScene == 900)
|
||||
_sceneBounds = Rect(160, 0, 480, 200);
|
||||
|
||||
R2_GLOBALS._v558B6.set(60, 0, 260, 200);
|
||||
SceneExt::postInit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user