summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_testmode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_testmode.hpp')
-rw-r--r--src/ai/api/ai_testmode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_testmode.hpp b/src/ai/api/ai_testmode.hpp
index 44661d0f0..992cb42b5 100644
--- a/src/ai/api/ai_testmode.hpp
+++ b/src/ai/api/ai_testmode.hpp
@@ -35,7 +35,7 @@ protected:
/**
* The callback proc for Testing mode.
*/
- static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs);
+ static bool ModeProc();
public:
/**