mirror of https://github.com/OpenTTD/OpenTTD
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
parent
81b96bf881
commit
2309eeb8de
2
window.h
2
window.h
|
@ -386,7 +386,7 @@ typedef struct {
|
||||||
int32 scroll_y;
|
int32 scroll_y;
|
||||||
int32 subscroll;
|
int32 subscroll;
|
||||||
} smallmap_d;
|
} smallmap_d;
|
||||||
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(traindetails_d));
|
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d));
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32 face;
|
uint32 face;
|
||||||
|
|
Loading…
Reference in New Issue