summaryrefslogtreecommitdiff
path: root/src/script/script_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_cmd.h')
-rw-r--r--src/script/script_cmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/script_cmd.h b/src/script/script_cmd.h
index bf6aa50c7..c1b3a9b23 100644
--- a/src/script/script_cmd.h
+++ b/src/script/script_cmd.h
@@ -12,7 +12,7 @@
#include "../command_type.h"
-CommandCallback CcAI;
-CommandCallback CcGame;
+CommandCallbackData CcAI;
+CommandCallbackData CcGame;
#endif /* SCRIPT_CMD_H */