summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-10 07:56:23 +0000
committerbjarni <bjarni@openttd.org>2006-10-10 07:56:23 +0000
commit08789dd3e851feffd380fc8530dbe357d010c7f1 (patch)
tree647e28c1db02554590cec07a3ff06920e2a1fa7d /window.h
parent28d11c2bdae8eb836b0ce3dc0273a0a783f1a54f (diff)
downloadopenttd-08789dd3e851feffd380fc8530dbe357d010c7f1.tar.xz
(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's used for all vehicle types
Diffstat (limited to 'window.h')
-rw-r--r--window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.h b/window.h
index 6aa11a161..0f591f258 100644
--- a/window.h
+++ b/window.h
@@ -405,8 +405,8 @@ typedef struct {
uint16 list_a_length;
uint16 list_b_length;
uint16 list_c_length;
-} buildtrain_d;
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d));
+} buildvehicle_d;
+assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildvehicle_d));
typedef struct {
byte vehicletype;