src/ai/api/ai_testmode.cpp
branchnoai
changeset 9629 66dde6412125
parent 9486 a9b5f6b8667c
child 9833 89a64246458f
--- a/src/ai/api/ai_testmode.cpp	Sun Jun 17 21:31:00 2007 +0000
+++ b/src/ai/api/ai_testmode.cpp	Tue Jun 26 23:40:58 2007 +0000
@@ -4,7 +4,7 @@
 
 #include "ai_testmode.hpp"
 
-bool AITestMode::ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, int32 costs)
+bool AITestMode::ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs)
 {
 	/* In test mode we only return 'false', telling the DoCommand it
 		*  should stop after testing the command and return with that result. */