(svn r1701) Style police ^^

This commit is contained in:
tron
2005-01-27 21:18:03 +00:00
parent 99338d278d
commit 3e0dcfd47f
6 changed files with 12 additions and 13 deletions

View File

@@ -525,7 +525,7 @@ int32 CmdBuildRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
Engine *e;
uint tile;
if (!(IsEngineBuildable(p1, VEH_Train))) return CMD_ERROR;
if (!IsEngineBuildable(p1, VEH_Train)) return CMD_ERROR;
_cmd_build_rail_veh_var1 = 0;