From 8a161d1488144e8d8388bc546025c48b3b91ed62 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 5 Sep 2007 23:26:45 +0000 Subject: (svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom. --- src/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index a441dd6eb..8af918631 100644 --- a/src/window.h +++ b/src/window.h @@ -378,10 +378,10 @@ struct order_d { }; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d)); -struct traindetails_d { +struct vehicledetails_d { byte tab; }; -assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(traindetails_d)); +assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vehicledetails_d)); struct smallmap_d { int32 scroll_x; -- cgit v1.2.3-54-g00ecf