]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qh
cmd setbots: add more than one bot at once.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qh
index 618a766b8098aad90ce59c1b07acc76e1f5b5c21..74f7e0fa944e67d3ef270b0709b2db7548993463 100644 (file)
@@ -90,7 +90,7 @@ int _content_type;
  */
 
 entity bot_spawn();
-bool bot_fixcount();
+bool bot_fixcount(bool multiple_per_frame);
 
 void bot_think(entity this);
 void bot_setnameandstuff(entity this);