mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
fix typo in Petra, thanks niektb for noticing
This was SVN commit r15829.
This commit is contained in:
@@ -77,7 +77,7 @@ m.TrainingPlan.prototype.start = function(gameState)
|
||||
{
|
||||
if (gameState.ai.HQ.isDangerousLocation(a.position()))
|
||||
aa += 50;
|
||||
if (gameState.ai.HQ.isDangerousLocation(a.position()))
|
||||
if (gameState.ai.HQ.isDangerousLocation(b.position()))
|
||||
bb += 50;
|
||||
}
|
||||
if (wantedIndex)
|
||||
|
||||
Reference in New Issue
Block a user