1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Compile fix for now

This commit is contained in:
Tomasz Zieliński 2024-05-05 18:22:59 +02:00
parent 05ced35c58
commit 2c31487016

View File

@ -34,7 +34,7 @@ class DLL_LINKAGE AObjectTypeHandler : public boost::noncopyable
SObjectSounds sounds;
[[deprecated]] std::optional<si32> aiValue;
std::optional<si32> aiValue; // TODO: Should be deprecated
BattleField battlefield;
std::string modScope;