general.h
changeset 17 7c1e68c17c0e
parent 12 a2c334a71a6b
--- a/general.h	Sun May 07 15:28:39 2006 +0200
+++ b/general.h	Sun May 07 16:28:04 2006 +0200
@@ -54,7 +54,7 @@
 struct Map
 {
 	char Cells[MAX_Y][MAX_X]; /* Stores WALLs and PLATFORMs */
-	char cells_boxes[MAX_Y][MAX_X]; /* Stores the box number in that cell */
+	int cells_boxes[MAX_Y][MAX_X]; /* Stores the box number in that cell */
 					/* -1 is NO BOX there */
 	char man_moves[MAX_Y][MAX_X]; /* Stores boxes, walls, MANCANMOVEs */
 /*	int boxes[MAX_Y][MAX_X]; */