home · contact · privacy
Reference map only through world struct.
[plomrogue] / src / map_objects.h
index 9eb055c156ebd3d94090460d1ad8d228216ecdee..a5156f47d2a98b3cde51d1a40204ff6f54378baf 100644 (file)
@@ -81,7 +81,7 @@ extern void init_map_object_defs(struct World * world, char * filename);
  * "def_id".
  */
 extern void * build_map_objects(struct World * world, void * start, char def_id,
-                                 unsigned char n);
+                                unsigned char n);