summaryrefslogtreecommitdiff
path: root/src/ai/ai_storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_storage.hpp')
-rw-r--r--src/ai/ai_storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_storage.hpp b/src/ai/ai_storage.hpp
index e61b5415c..2434782f6 100644
--- a/src/ai/ai_storage.hpp
+++ b/src/ai/ai_storage.hpp
@@ -26,7 +26,7 @@
/**
* The callback function for Mode-classes.
*/
-typedef bool (AIModeProc)(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs);
+typedef bool (AIModeProc)();
/**
* The storage for each AI. It keeps track of important information.