X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fmain.h;h=56d458ba4c0e933174f6b4d9bab76182c60e488a;hb=b05b66a27258c581a10e81348088c3486cb8f569;hp=cd6e6c0657e950b173c2fff4f75c334f246d62ce;hpb=aafa0cb49e7ec8600dad902411de6e76e111c939;p=plomrogue diff --git a/src/main.h b/src/main.h index cd6e6c0..56d458b 100644 --- a/src/main.h +++ b/src/main.h @@ -37,7 +37,6 @@ struct World uint8_t map_obj_count; /* Counts map objects generated so far. */ struct MapObjDef * map_obj_defs; /* Map object type definitions chain. */ struct MapObj * map_objs; /* Pointer to map objects chain start. */ - struct MapObj * last_map_obj; /* Pointer to map objects chain end. */ };