(svn r12228) [NoAI] -Fix: very minor coding style error (VERY minor) noai
authortruebrain
Sat, 23 Feb 2008 17:43:16 +0000
branchnoai
changeset 9748 4584f8cd00e8
parent 9747 7e8f23e8d0c8
child 9749 ee414c031e73
(svn r12228) [NoAI] -Fix: very minor coding style error (VERY minor)
src/ai/api/ai_object.cpp
--- a/src/ai/api/ai_object.cpp	Sat Feb 23 16:43:22 2008 +0000
+++ b/src/ai/api/ai_object.cpp	Sat Feb 23 17:43:16 2008 +0000
@@ -108,7 +108,7 @@
 	uint32 flags = 0;
 	PlayerID old_lp;
 	CommandCost res;
-	const char* tmp_cmdtext;
+	const char *tmp_cmdtext;
 
 	if (procc != CMD_LANDSCAPE_CLEAR) flags |= DC_AUTO;
 	if (water_protection) flags |= DC_NO_WATER;