aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-21 01:00:40 +0300
committerEugene Sandulenko2013-09-06 14:51:16 +0300
commit14ca32ee97c46a155dda057c6c9d3a50528b68f3 (patch)
tree26a50ce0a5fd3a326ba9268b0df92d7bdd01b280
parent6ba453fa2a967f6081712efc5cb32c969b54472e (diff)
downloadscummvm-rg350-14ca32ee97c46a155dda057c6c9d3a50528b68f3.tar.gz
scummvm-rg350-14ca32ee97c46a155dda057c6c9d3a50528b68f3.tar.bz2
scummvm-rg350-14ca32ee97c46a155dda057c6c9d3a50528b68f3.zip
FULLPIPE: Fix mistype
-rw-r--r--engines/fullpipe/scenes.cpp2
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) {