window.h
changeset 1977 4392ae3d8e31
parent 1938 21bd6ef5f85e
child 2021 3be628c59488
--- a/window.h	Thu Jun 23 18:32:41 2005 +0000
+++ b/window.h	Fri Jun 24 12:38:35 2005 +0000
@@ -84,8 +84,8 @@
 	struct {
 		byte event;
 		Point pt;
-		uint tile;
-		uint starttile;
+		TileIndex tile;
+		TileIndex starttile;
 		int userdata;
 	} place;