X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmap.c;fp=src%2Fmap.c;h=b8c8733a2aba0e79a0c0462bfc59125892de556a;hb=c72ed6261224cc0a1b8aa72f6af966715970ff60;hp=1615818ba329c792f62cf4c057bc1d5f8bb4f8fa;hpb=470540c932775c26a65513935bbc1c17dc19468d;p=plomrogue diff --git a/src/map.c b/src/map.c index 1615818..b8c8733 100644 --- a/src/map.c +++ b/src/map.c @@ -1,9 +1,8 @@ #include "map.h" #include /* for uint16_t, uint32_t */ -#include "misc.h" /* for try_malloc(), center_offset() */ +#include "misc.h" /* for try_malloc(), center_offset(), rrand() */ #include "map_objects.h" /* for get_player() */ #include "yx_uint16.h" /* for yx_uint16 and dir enums */ -#include "rrand.h" /* for rrand() */ #include "windows.h" /* for struct Win */ #include "main.h" /* for world global */ #include "wincontrol.h" /* for get_win_by_id() */