home · contact · privacy
Dead shoggoths corpse to "magic meat" that can now be "used" i.e. consumed for hitpoi...
[plomrogue] / src / map_objects.c
index 4deaa08c5cd63e104e8dd981fbb187858533d559..d114c5b74cfe4dcfce87c96cb4de1aca96d8a01b 100644 (file)
@@ -18,8 +18,6 @@
 /* Write representation of "mo" and all of the map objects it owns to "file". */
 static void write_map_object(FILE * file, struct MapObj * mo);
 
-
-
 /* Return pointer to map object of "id" in chain starting at "ptr". */
 static struct MapObj * get_map_object(struct MapObj * ptr, uint8_t id);