Skip to content

Commit

Permalink
Merge branch 'feature/title-system' of https://github.com/elsongabrie…
Browse files Browse the repository at this point in the history
…l/canary into feature/title-system
  • Loading branch information
elsongabriel committed Apr 26, 2024
2 parents c281bc6 + dc9cc6d commit 598769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ class Game {
std::unordered_set<Title> getTitles();
Title getTitleByIdOrName(uint8_t id, const std::string &name = "");
std::vector<Title> getTitlesByType(CyclopediaTitleType_t type);

private:
std::map<uint16_t, Achievement> m_achievements;
std::map<std::string, uint16_t> m_achievementsNameToId;
Expand Down

0 comments on commit 598769e

Please sign in to comment.