From ea73b466844a048f9f55b933f243ec19bdaaa18c Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 13 Feb 2006 21:15:00 +0000 Subject: (svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, add consts, reduce indentation level by short-circuit logic, convert if cascades to switch, whitespace, bracing, plus some minor stuff --- openttd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.h') diff --git a/openttd.h b/openttd.h index f2ae7684e..8fb3d9f4c 100644 --- a/openttd.h +++ b/openttd.h @@ -116,7 +116,7 @@ typedef enum TransportTypes { * bridges. For now, you should just not change the values for road * and rail. */ - TRANSPORT_RAIL = 0, + TRANSPORT_RAIL = 0, TRANSPORT_ROAD = 1, TRANSPORT_WATER, // = 2 TRANSPORT_END, -- cgit v1.2.3-54-g00ecf