X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmain.h;h=8105d3421933bf0889565003ae147988d6559a55;hb=18fefabcc05bb3903384efbcc92f4303d9ac9567;hp=cd6e6c0657e950b173c2fff4f75c334f246d62ce;hpb=aafa0cb49e7ec8600dad902411de6e76e111c939;p=plomrogue diff --git a/src/main.h b/src/main.h index cd6e6c0..8105d34 100644 --- a/src/main.h +++ b/src/main.h @@ -37,8 +37,9 @@ 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. */ -}; + uint8_t inventory_select; /* Player's inventory selection index. */ + uint8_t old_inventory_select; /* Temporarily stores for recordfile */ +}; /* writing inventory selection index. */