X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fmap_objects.c;h=d114c5b74cfe4dcfce87c96cb4de1aca96d8a01b;hb=42f6cd9789e06f0257a078a33fa13aaea0714fce;hp=4deaa08c5cd63e104e8dd981fbb187858533d559;hpb=7290dec4219eaa2325aa00ef6139f715743dba3a;p=plomrogue diff --git a/src/map_objects.c b/src/map_objects.c index 4deaa08..d114c5b 100644 --- a/src/map_objects.c +++ b/src/map_objects.c @@ -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);