mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 23:18:44 +00:00
TSAGE: Fix for player rotating north to south in R2R scene 1200
This commit is contained in:
parent
0154c85c6d
commit
d4435e441a
@ -1336,7 +1336,7 @@ void Scene1200::signal() {
|
||||
case 111:
|
||||
// No break on purpose
|
||||
case 116:
|
||||
R2_GLOBALS._player.setup(3157, 3, 1);
|
||||
R2_GLOBALS._player.setup(3157, 4, 1);
|
||||
R2_GLOBALS._player.animate(ANIM_MODE_5, this);
|
||||
break;
|
||||
case 78:
|
||||
|
Loading…
Reference in New Issue
Block a user