1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Converted remaining identifier to new system

This commit is contained in:
Ivan Savenko
2023-08-20 00:22:31 +03:00
parent 0240ee886d
commit e54287ea5d
91 changed files with 1590 additions and 1654 deletions

View File

@@ -854,7 +854,7 @@ void CPlayerInterface::battleEnd(const BattleResult *br, QueryID queryID)
if(!battleInt)
{
bool allowManualReplay = queryID != -1;
bool allowManualReplay = queryID != QueryID::NONE;
auto wnd = std::make_shared<BattleResultWindow>(*br, *this, allowManualReplay);