Skip to content

Commit

Permalink
Update nullbot to latest version. Rename nullbot include files to avo…
Browse files Browse the repository at this point in the history
…id spurious qslint errors.
  • Loading branch information
perim committed Jul 30, 2012
1 parent fdb1c0b commit feb7476
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mp/multiplay/skirmish/nullbot.js
@@ -1,8 +1,8 @@

const DEF_LIGHT = 0; // change 0 to 1 to get a weaker AI with lower CPU usage

include("multiplay/skirmish/nullbot-head.inc.js");
include("multiplay/skirmish/nullbot-header.js.inc");

include("multiplay/skirmish/nullbot-ge.inc.js");
include("multiplay/skirmish/nullbot-generic.js.inc");

include("multiplay/skirmish/nullbot-tail.inc.js");
include("multiplay/skirmish/nullbot-main.js.inc");

0 comments on commit feb7476

Please sign in to comment.