File diff r2115:556698050edb → r2116:ddc2d73f5c38
window.h
Show inline comments
 
@@ -396,13 +396,13 @@ typedef struct {
 
	int sel;
 
	byte cargo;
 
} refit_d;
 
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
 

	
 
typedef struct {
 
	uint16 follow_vehicle;
 
	VehicleID follow_vehicle;
 
	int32 scrollpos_x;
 
	int32 scrollpos_y;
 
} vp_d;
 
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(vp_d) + 3 * sizeof(byte)); // + 3 * byte is a hack from Miham
 

	
 
// vp2_d is the same as vp_d, except for the data_# values..