File diff r1976:fcef181ed14a → r1977:1f8b99c96041
window.h
Show inline comments
 
@@ -84,8 +84,8 @@ union WindowEvent {
 
	struct {
 
		byte event;
 
		Point pt;
 
		uint tile;
 
		uint starttile;
 
		TileIndex tile;
 
		TileIndex starttile;
 
		int userdata;
 
	} place;