(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...

This commit is contained in:
belugas
2006-04-15 03:08:14 +00:00
parent ccfeb13047
commit 6ac73b104e
3 changed files with 101 additions and 101 deletions

View File

@@ -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 {