Changeset - r2732:63d65780bfe5
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2005-12-09 17:42:56
truelight@openttd.org
(svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code)
1 file changed with 1 insertions and 1 deletions:
ai/ai.c
1
1
0 comments (0 inline, 0 general)
ai/ai.c
Show inline comments
 
@@ -137,7 +137,7 @@ int32 AI_DoCommandChecked(uint tile, uin
 
	uint unique_id = uids[_current_player]++;
 
	int32 res;
 

	
 
	res = AI_DoCommand(tile, p1, p2, flags & ~DC_EXEC, procc);
 
	res = DoCommandByTile(tile, p1, p2, flags & ~DC_EXEC, procc);
 
	if (CmdFailed(res))
 
		return CMD_ERROR;
 

	
0 comments (0 inline, 0 general)