aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/custom.h')
-rw-r--r--engines/tony/custom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/custom.h b/engines/tony/custom.h
index 9b53dc32d7..514af1223c 100644
--- a/engines/tony/custom.h
+++ b/engines/tony/custom.h
@@ -72,7 +72,7 @@ class RMInventory;
class RMInput;
void INIT_CUSTOM_FUNCTION(LPCUSTOMFUNCTION *lpMap, Common::String *lpStrMap);
-void SetupGlobalVars(RMTony *tony, RMPointer *ptr, RMGameBoxes *box, RMLocation *loc, RMInventory *inv, RMInput *input);
+void setupGlobalVars(RMTony *tony, RMPointer *ptr, RMGameBoxes *box, RMLocation *loc, RMInventory *inv, RMInput *input);
#endif