mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Use meta string for messages
This commit is contained in:
@@ -19,7 +19,7 @@ struct InfoWindow;
|
||||
class DLL_LINKAGE CGPandoraBox : public CRewardableObject
|
||||
{
|
||||
public:
|
||||
std::string message;
|
||||
MetaString message;
|
||||
|
||||
void initObj(CRandomGenerator & rand) override;
|
||||
void onHeroVisit(const CGHeroInstance * h) const override;
|
||||
|
||||
Reference in New Issue
Block a user