summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-01-03 20:52:09 +0000
committerbjarni <bjarni@openttd.org>2005-01-03 20:52:09 +0000
commit578d34cfe074c2874f1ed701c2101e52a1de29ba (patch)
treee3a8ced0f62194ddc1c093d179c360a18b86cda2 /window.h
parentf23a382f82c4d8308f8aa16012fce6177d33433a (diff)
downloadopenttd-578d34cfe074c2874f1ed701c2101e52a1de29ba.tar.xz
(svn r1350) Replace Vehicle GUI:
- Replaced "WP(w,replaceveh_d).line_height" with "w->resize.step_height" since they needed to be the same anyway - Cleaned the code a litte for readability (like correct tabbing) - Added company color to replace vehicle windows to make them look like the rest of the vehicle windows and made the caption text white (also to fit the standard) --This line, and those below, will be ignored-- M vehicle_gui.c M lang/english.txt M window.h
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/window.h b/window.h
index 764993ce3..89bc45364 100644
--- a/window.h
+++ b/window.h
@@ -321,7 +321,6 @@ typedef struct {
byte sel_index[2];
int16 sel_engine[2];
uint16 count[2];
- byte line_height;
} replaceveh_d;
typedef struct {