From 14ca32ee97c46a155dda057c6c9d3a50528b68f3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 21 Aug 2013 01:00:40 +0300 Subject: [PATCH] FULLPIPE: Fix mistype --- engines/fullpipe/scenes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp index 70b3dff51b9..30cb3a8e36b 100644 --- a/engines/fullpipe/scenes.cpp +++ b/engines/fullpipe/scenes.cpp @@ -830,7 +830,7 @@ int global_messageHandler1(ExCommand *cmd) { } void staticANIObjectCallback(int *arg) { - *arg--; + (*arg)--; } int global_messageHandler2(ExCommand *cmd) {