From 59b7aa354b8d32a8f62fbd67557d04b640695225 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 10 Dec 2013 01:13:07 +0200 Subject: FULLPIPE: Fix sceneHandler04_bottleUpdateObjects() --- engines/fullpipe/scenes/scene04.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp index 377ebd4c17..5e3429be55 100644 --- a/engines/fullpipe/scenes/scene04.cpp +++ b/engines/fullpipe/scenes/scene04.cpp @@ -445,7 +445,7 @@ void sceneHandler04_bottleUpdateObjects(int off) { for (Common::List::iterator it = g_vars->scene04_bottleObjList.begin(); it != g_vars->scene04_bottleObjList.end(); ++it) { GameObject *obj = *it; - obj->setOXY(obj->_field_8 + 20, off + obj->_field_8 + 24); + obj->setOXY(obj->_ox, off + obj->_oy); } } -- cgit v1.2.3