(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)

pull/155/head
truelight 18 years ago
parent 158539fed0
commit 79112c7dab

@ -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;

Loading…
Cancel
Save