update map loader

This commit is contained in:
Martin Michelsen
2023-06-18 22:55:22 -07:00
parent f2f8d64d44
commit bcaa2a493e
5 changed files with 394 additions and 457 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
float z;
uint8_t area;
};
std::vector<PSOEnemy> enemies;
std::shared_ptr<Map> map;
std::array<uint32_t, 12> next_item_id;
uint32_t next_game_item_id;
std::unordered_map<uint32_t, FloorItem> item_id_to_floor_item;