From 2309eeb8de5d1bb28b2e28caf0e0baf3112749e2 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 20 Aug 2006 11:51:10 +0000 Subject: [PATCH] (svn r5971) -Fix: wrong struct in assert_compile (thomasdev) --- window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window.h b/window.h index ae99ddc93d..6dff1d9679 100644 --- a/window.h +++ b/window.h @@ -386,7 +386,7 @@ typedef struct { int32 scroll_y; int32 subscroll; } smallmap_d; -assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(traindetails_d)); +assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d)); typedef struct { uint32 face;