X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmap.c;fp=src%2Fmap.c;h=2db0b9b4d99dafd7c3750308edca7e0484e19e97;hb=8661a8acfacc7cdd2935732fe5ead7d279a200b0;hp=f72482e2d276d718307ed28fe0b66d97452cf752;hpb=868c0fd39978607ad2f68edd426f48a491ac1a2d;p=plomrogue diff --git a/src/map.c b/src/map.c index f72482e..2db0b9b 100644 --- a/src/map.c +++ b/src/map.c @@ -2,7 +2,7 @@ #include #include #include "misc.h" -#include "objects_on_map.h" +#include "map_objects.h" struct Map init_map () { // Initialize map with some experimental start values.