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

This commit is contained in:
truelight 2006-08-20 11:51:10 +00:00
parent 81b96bf881
commit 2309eeb8de
1 changed files with 1 additions and 1 deletions

View File

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