Changeset - r4318:1dfdd5583c16
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2006-08-20 11:51:10
truelight@openttd.org
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.h
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)