From 88e0bab283e9e83ced5e30378babd672bcda7921 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 15 Apr 2006 03:08:14 +0000 Subject: (svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc... --- station.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'station.h') 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 { -- cgit v1.2.3-54-g00ecf