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:
parent
05ced35c58
commit
2c31487016
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user