aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.h
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-07 20:24:40 +0000
committerEugene Sandulenko2008-04-07 20:24:40 +0000
commit732774fd8de3cb6cebcd78730813d26e0330e66e (patch)
tree4576a02c29f1b62ad4da8c49c3225096dba256aa /engines/cine/object.h
parent9377fc7dc8548eb5369c99f5ab3e2437e756a003 (diff)
downloadscummvm-rg350-732774fd8de3cb6cebcd78730813d26e0330e66e.tar.gz
scummvm-rg350-732774fd8de3cb6cebcd78730813d26e0330e66e.tar.bz2
scummvm-rg350-732774fd8de3cb6cebcd78730813d26e0330e66e.zip
Patch #1913862: "CinE Script system"
svn-id: r31444
Diffstat (limited to 'engines/cine/object.h')
-rw-r--r--engines/cine/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/object.h b/engines/cine/object.h
index 92b3111841..e4ab1377ff 100644
--- a/engines/cine/object.h
+++ b/engines/cine/object.h
@@ -74,7 +74,7 @@ int16 freeOverlay(uint16 objIdx, uint16 param);
void addObjectParam(byte objIdx, byte paramIdx, int16 newValue);
void subObjectParam(byte objIdx, byte paramIdx, int16 newValue);
-byte compareObjectParam(byte objIdx, byte param1, int16 param2);
+uint16 compareObjectParam(byte objIdx, byte param1, int16 param2);
} // End of namespace Cine