summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_execmode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_execmode.cpp')
-rw-r--r--src/ai/api/ai_execmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_execmode.cpp b/src/ai/api/ai_execmode.cpp
index 3e6204253..680887770 100644
--- a/src/ai/api/ai_execmode.cpp
+++ b/src/ai/api/ai_execmode.cpp
@@ -15,7 +15,7 @@
#include "../../company_func.h"
#include "../ai_instance.hpp"
-bool AIExecMode::ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs)
+bool AIExecMode::ModeProc()
{
/* In execution mode we only return 'true', telling the DoCommand it
* should continue with the real execution of the command. */