diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/fullpipe/scenes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp index 70b3dff51b..30cb3a8e36 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) { |