1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-16 00:10:48 +02:00

Converted attributes to use c++17 functionality

This commit is contained in:
Ivan Savenko
2023-04-10 17:44:41 +03:00
parent 2150eabfc5
commit 63b197b78a
14 changed files with 15 additions and 47 deletions

View File

@@ -4643,7 +4643,7 @@ bool CGameHandler::makeBattleAction(BattleAction &ba)
sendAndApply(&message);
//don't break - we share code with next case
}
FALLTHROUGH
[[fallthrough]];
case EActionType::WAIT:
{
auto wrapper = wrapAction(ba);