From b2a5b4f0693b010e90bcc2863c05d1c8629d920f Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 18 Nov 2006 13:55:44 +0000 Subject: (svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3) --- window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/window.h b/window.h index 9c9f29c74..5b2738e5a 100644 --- a/window.h +++ b/window.h @@ -472,11 +472,11 @@ typedef struct { int32 scrollpos_x; int32 scrollpos_y; } vp_d; -assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp_d) + 3 * sizeof(byte)); // + 3 * byte is a hack from Miham +assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp_d)); // vp2_d is the same as vp_d, except for the data_# values.. typedef struct { - uint16 follow_vehicle; + VehicleID follow_vehicle; int32 scrollpos_x; int32 scrollpos_y; byte data_1; -- cgit v1.2.3-70-g09d2