From 39088eec05c8cf8ba363def42e2c3aeecc38b397 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 9 Jun 2014 22:38:43 +0300 Subject: FULLPIPE: Fix copy-paste error from original. CID 1199556 --- engines/fullpipe/scenes/scene29.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp index 2d5127137d..8f82e99ad1 100644 --- a/engines/fullpipe/scenes/scene29.cpp +++ b/engines/fullpipe/scenes/scene29.cpp @@ -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); } -- cgit v1.2.3