1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(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

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;