(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
This commit is contained in:
		
							
								
								
									
										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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user