improve specialized box log messages

This commit is contained in:
Martin Michelsen
2023-11-14 12:24:59 -08:00
parent 6568ba7e32
commit e3956a0a09
5 changed files with 20 additions and 6 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
#include <vector>
#include "BattleParamsIndex.hh"
#include "ItemNameIndex.hh"
#include "PSOEncryption.hh"
#include "StaticGameData.hh"
#include "Text.hh"
@@ -204,7 +205,7 @@ struct Map {
uint8_t floor;
bool item_drop_checked;
std::string str() const;
std::string str(std::shared_ptr<const ItemNameIndex> name_index) const;
};
struct Enemy {