mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 02:42:42 +01:00
(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user