summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-27 21:18:03 +0000
committertron <tron@openttd.org>2005-01-27 21:18:03 +0000
commit3e0dcfd47fede1060313de42ee75c9f882ae3400 (patch)
tree1b0995dede73063087b7c888a7149b0ea4eace31 /train_cmd.c
parent99338d278da52e2f71fe8c4d3f05449a1ad24144 (diff)
downloadopenttd-3e0dcfd47fede1060313de42ee75c9f882ae3400.tar.xz
(svn r1701) Style police ^^
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_cmd.c b/train_cmd.c
index c987b007b..3c8370f05 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -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;