mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 07:29:44 +00:00
(svn r4638) - Codestyle: replacing aligning tabs with spaces
This commit is contained in:
parent
984a7f808b
commit
9fc8d0fb92
@ -15,14 +15,14 @@ enum {
|
|||||||
AT_HELIPORT = 2,
|
AT_HELIPORT = 2,
|
||||||
AT_METROPOLITAN = 3,
|
AT_METROPOLITAN = 3,
|
||||||
AT_INTERNATIONAL = 4,
|
AT_INTERNATIONAL = 4,
|
||||||
AT_OILRIG = 15
|
AT_OILRIG = 15,
|
||||||
};
|
};
|
||||||
|
|
||||||
// do not change unless you change v->subtype too. This aligns perfectly with its current setting
|
// do not change unless you change v->subtype too. This aligns perfectly with its current setting
|
||||||
enum {
|
enum {
|
||||||
AIRCRAFT_ONLY = 0,
|
AIRCRAFT_ONLY = 0,
|
||||||
ALL = 1,
|
ALL = 1,
|
||||||
HELICOPTERS_ONLY = 2
|
HELICOPTERS_ONLY = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Finite sTate mAchine --> FTA
|
// Finite sTate mAchine --> FTA
|
||||||
|
Loading…
Reference in New Issue
Block a user