src/ai/ai.cpp
changeset 6950 14ecb0acdfb4
parent 6943 1914f26aee04
child 7521 0da1e91510e4
--- a/src/ai/ai.cpp	Mon Jun 18 19:42:48 2007 +0000
+++ b/src/ai/ai.cpp	Mon Jun 18 19:53:50 2007 +0000
@@ -84,7 +84,7 @@
 CommandCost AI_DoCommandCc(TileIndex tile, uint32 p1, uint32 p2, uint32 flags, uint procc, CommandCallback* callback)
 {
 	PlayerID old_lp;
-	CommandCost res = 0;
+	CommandCost res;
 	const char* tmp_cmdtext;
 
 	/* If you enable DC_EXEC with DC_QUERY_COST you are a really strange