mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
TSAGE: Fix "if" formatting.
This commit is contained in:
parent
8aa8cb4dd6
commit
18ab9a1ef1
@ -1893,7 +1893,7 @@ void Scene4045::postInit(SceneObjectList *OwnerList) {
|
||||
_olloFace.setStrip(4);
|
||||
_olloFace.fixPriority(152);
|
||||
|
||||
if(g_globals->_sceneManager._previousScene == 4050) {
|
||||
if (g_globals->_sceneManager._previousScene == 4050) {
|
||||
g_globals->_soundHandler.play(155);
|
||||
g_globals->_player.setPosition(Common::Point(72, 128));
|
||||
g_globals->_player.enableControl();
|
||||
|
Loading…
x
Reference in New Issue
Block a user