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
commite0c4e144b91ba0cd05c7ec1890725a29ded86ef7 (patch)
treee3a8ced0f62194ddc1c093d179c360a18b86cda2 /window.h
parent363dd7bdf054a725acf226a97698fcb35f1b3c3e (diff)
downloadopenttd-e0c4e144b91ba0cd05c7ec1890725a29ded86ef7.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 {