mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Intermediate commit
This commit is contained in:
@ -230,9 +230,9 @@ void CAdventureAI::battleSpellCast(const BattleSpellCast * sc)
|
||||
battleAI->battleSpellCast(sc);
|
||||
}
|
||||
|
||||
void CAdventureAI::battleEnd(const BattleResult * br)
|
||||
void CAdventureAI::battleEnd(const BattleResult * br, QueryID queryID)
|
||||
{
|
||||
battleAI->battleEnd(br);
|
||||
battleAI->battleEnd(br, queryID);
|
||||
battleAI.reset();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user