]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove some definitions that don't belong here
authorMario <zacjardine@y7mail.com>
Sun, 30 Aug 2015 05:36:06 +0000 (15:36 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 30 Aug 2015 05:36:06 +0000 (15:36 +1000)
qcsrc/server/bot/bot.qh

index ac89f06a7382dc91aec1d68427af2b4b0a6269c1..a796dc12d5220c870db79f9c1dd6c44b4b9754ed 100644 (file)
@@ -114,9 +114,5 @@ void bot_serverframe();
 
 void() havocbot_setupbot;
 
-//float c1, c2, c3, c4;
-void CheckAllowedTeams(entity for_whom); void GetTeamCounts(entity other);
-float JoinBestTeam(entity pl, float only_return_best, float forcebestteam);
-
 void bot_calculate_stepheightvec(void);
 #endif