summaryrefslogtreecommitdiff
path: root/aircraft_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-15 08:58:31 +0000
committertron <tron@openttd.org>2005-01-15 08:58:31 +0000
commit3279a7c9a26242f5f0a8e4b41ae6e2d9e24ee169 (patch)
treee70312993e66c5b848feb30831527cca401c08f8 /aircraft_gui.c
parent7f7c6297f7bb6bb225741773a5438a916a91da08 (diff)
downloadopenttd-3279a7c9a26242f5f0a8e4b41ae6e2d9e24ee169.tar.xz
(svn r1520) Trim 134 (!) lines with trailing whitespace ):
Diffstat (limited to 'aircraft_gui.c')
-rw-r--r--aircraft_gui.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/aircraft_gui.c b/aircraft_gui.c
index 66f02510a..a2f6fd79c 100644
--- a/aircraft_gui.c
+++ b/aircraft_gui.c
@@ -204,32 +204,32 @@ static void ShowBuildAircraftWindow(uint tile)
#define MAX_REFIT 0xFF
-const byte _aircraft_refit_normal[] = {
+const byte _aircraft_refit_normal[] = {
CT_PASSENGERS,
CT_MAIL,
CT_GOODS,
CT_VALUABLES,
- MAX_REFIT
+ MAX_REFIT
};
-const byte _aircraft_refit_arctic[] = {
+const byte _aircraft_refit_arctic[] = {
CT_PASSENGERS,
CT_MAIL,
CT_GOODS,
CT_FOOD,
- MAX_REFIT
+ MAX_REFIT
};
-const byte _aircraft_refit_desert[] = {
+const byte _aircraft_refit_desert[] = {
CT_PASSENGERS,
CT_MAIL,
CT_FRUIT,
CT_GOODS,
CT_DIAMONDS,
- MAX_REFIT
+ MAX_REFIT
};
-const byte _aircraft_refit_candy[] = {
+const byte _aircraft_refit_candy[] = {
CT_PASSENGERS,
CT_SUGAR,
CT_TOYS,