X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;fp=src%2Fmain.h;h=8105d3421933bf0889565003ae147988d6559a55;hb=18fefabcc05bb3903384efbcc92f4303d9ac9567;hp=bf86e0507ce3426ed336e4dbb602d292deaf6127;hpb=181e40411dc49b42aba7619992394fa0b595a47e;p=plomrogue diff --git a/src/main.h b/src/main.h index bf86e05..8105d34 100644 --- a/src/main.h +++ b/src/main.h @@ -38,7 +38,8 @@ struct World struct MapObjDef * map_obj_defs; /* Map object type definitions chain. */ struct MapObj * map_objs; /* Pointer to map objects chain start. */ uint8_t inventory_select; /* Player's inventory selection index. */ -}; + uint8_t old_inventory_select; /* Temporarily stores for recordfile */ +}; /* writing inventory selection index. */