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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user