mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-26 08:41:13 +02:00
Fixed tiny but terrible mistake from two commits ago.
This commit is contained in:
parent
5c6d12400f
commit
149ff4df14
@ -99,7 +99,7 @@ void CBattleAI::init(shared_ptr<CBattleCallback> CB)
|
||||
|
||||
static bool thereRemainsEnemy()
|
||||
{
|
||||
return cbc->battleIsFinished();
|
||||
return !cbc->battleIsFinished();
|
||||
}
|
||||
|
||||
BattleAction CBattleAI::activeStack( const CStack * stack )
|
||||
|
Loading…
Reference in New Issue
Block a user