mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
FULLPIPE: Fix copy-paste error from original. CID 1199556
This commit is contained in:
parent
2e30e0fc7d
commit
39088eec05
@ -972,7 +972,7 @@ int sceneHandler29(ExCommand *cmd) {
|
||||
break;
|
||||
|
||||
case MSG_SC29_SHOWLASTRED:
|
||||
if (g_vars->scene29_balls.numBalls) {
|
||||
if (g_vars->scene29_redBalls.numBalls) { // original uses scene29_balls which looks like a copy/paste error
|
||||
g_vars->scene29_redBalls.field_8->ani->show1(-1, -1, -1, 0);
|
||||
g_vars->scene29_redBalls.field_8->ani->startAnim(MV_SHR_HITASS, 0, -1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user