mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Fixed tiny but terrible mistake from two commits ago.
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user