1
1
forked from 0ad/0ad

prevent JS warning

This was SVN commit r16348.
This commit is contained in:
mimo 2015-02-16 19:40:27 +00:00
parent 5871c2c16d
commit 4b921d89da

View File

@ -69,6 +69,7 @@ Trigger.prototype.StartAnEnemyWave = function()
cmd.type = "attack-walk";
cmd.entities = attackers[origin];
cmd.queued = true;
cmd.targetClasses = undefined;
// send the attack-walk command
ProcessCommand(0, cmd);
}