(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
authortruelight
Sun, 20 Aug 2006 11:51:10 +0000
changeset 4318 8ca2db000c2a
parent 4317 19c5108cd0ec
child 4319 b4c237cf69c1
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
window.h
--- a/window.h	Sun Aug 20 11:41:34 2006 +0000
+++ b/window.h	Sun Aug 20 11:51:10 2006 +0000
@@ -386,7 +386,7 @@
 	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;