mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
This commit is contained in:
parent
158539fed0
commit
79112c7dab
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
Block a user