aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/function.h')
-rw-r--r--engines/cruise/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/function.h b/engines/cruise/function.h
index c30bd18fb5..c71ef6bbea 100644
--- a/engines/cruise/function.h
+++ b/engines/cruise/function.h
@@ -30,7 +30,7 @@ namespace Cruise {
extern int flag_obstacle;
void setupOpcodeTable(void);
int32 opcodeType8(void);
-int16 subOp22(int param);
+int16 computeZoom(int param);
int16 subOp23(int param1, int param2);
} // End of namespace Cruise