mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r1701) Style police ^^
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user