summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-04-15 03:08:14 +0000
committerbelugas <belugas@openttd.org>2006-04-15 03:08:14 +0000
commit6ac73b104e8b6775ff0893d61761c906af2e0be2 (patch)
tree1fff3bce7da2fe43ff26a3303272f0cd98627b87 /station.h
parentccfeb13047cc40cfed8924d58a6a2fa4c04a68d4 (diff)
downloadopenttd-6ac73b104e8b6775ff0893d61761c906af2e0be2.tar.xz
(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...
Diffstat (limited to 'station.h')
-rw-r--r--station.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/station.h b/station.h
index f3ba7cbe2..bb9354fd5 100644
--- a/station.h
+++ b/station.h
@@ -96,14 +96,14 @@ enum {
enum {
// HVOT_PENDING_DELETE = 1<<0, // not needed anymore
- HVOT_TRAIN = 1<<1,
- HVOT_BUS = 1 << 2,
- HVOT_TRUCK = 1 << 3,
+ HVOT_TRAIN = 1 << 1,
+ HVOT_BUS = 1 << 2,
+ HVOT_TRUCK = 1 << 3,
HVOT_AIRCRAFT = 1 << 4,
- HVOT_SHIP = 1 << 5,
+ HVOT_SHIP = 1 << 5,
/* This bit is used to mark stations. No, it does not belong here, but what
* can we do? ;-) */
- HVOT_BUOY = 1 << 6
+ HVOT_BUOY = 1 << 6
};
enum {