AI related bug fixes and improvements.

Removed references to AIObjective and aiAvoidThis which are not used.
Made minor improvements to the spawning system in the aiPlayer.cs file.
This commit is contained in:
TwistedJenius 2012-09-21 06:51:53 -05:00
parent 9afd794913
commit f922bc4fd0
10 changed files with 30 additions and 44 deletions

View file

@ -126,7 +126,7 @@ function WorldEditor::onSelectionCentroidChanged( %this )
function WorldEditor::init(%this)
{
// add objclasses which we do not want to collide with
%this.ignoreObjClass(Sky, AIObjective);
%this.ignoreObjClass(Sky);
// editing modes
%this.numEditModes = 3;