mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Converted (almost) all namespace enum's to enum classes
This commit is contained in:
@@ -215,7 +215,7 @@ void CMapLoaderH3M::readPlayerInfo()
|
||||
continue;
|
||||
}
|
||||
|
||||
playerInfo.aiTactic = static_cast<EAiTactic::EAiTactic>(reader->readUInt8());
|
||||
playerInfo.aiTactic = static_cast<EAiTactic>(reader->readUInt8());
|
||||
|
||||
if(features.levelSOD)
|
||||
reader->skipUnused(1); //TODO: check meaning?
|
||||
|
||||
Reference in New Issue
Block a user