map.c
changeset 1233 2ee427ec9014
parent 1218 353a7773bc3c
child 1244 7c87de28da3c
--- a/map.c	Sun Jan 30 17:53:44 2005 +0000
+++ b/map.c	Sun Jan 30 18:12:37 2005 +0000
@@ -21,6 +21,8 @@
 
 	assert(log_x <= 15 && log_y <= 15);
 
+	DEBUG(map, 1)("Allocating map of size %dx%d", log_x, log_y);
+
 	_map_log_x = log_x;
 	_map_log_y = log_y;