summaryrefslogtreecommitdiff
path: root/src/script/script_suspend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_suspend.hpp')
-rw-r--r--src/script/script_suspend.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script_suspend.hpp b/src/script/script_suspend.hpp
index a67f3f514..9f8a1513c 100644
--- a/src/script/script_suspend.hpp
+++ b/src/script/script_suspend.hpp
@@ -15,7 +15,7 @@
/**
* The callback function when a script suspends.
*/
-typedef void (Script_SuspendCallbackProc)(class AIInstance *instance);
+typedef void (Script_SuspendCallbackProc)(class ScriptInstance *instance);
/**
* A throw-class that is given when the script wants to suspend.