From: Mario Date: Sun, 30 Aug 2015 05:36:06 +0000 (+1000) Subject: Remove some definitions that don't belong here X-Git-Tag: xonotic-v0.8.2~1984 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55774817d1955607c254bfac9c568a0709fd49de;p=xonotic%2Fxonotic-data.pk3dir.git Remove some definitions that don't belong here --- diff --git a/qcsrc/server/bot/bot.qh b/qcsrc/server/bot/bot.qh index ac89f06a7..a796dc12d 100644 --- a/qcsrc/server/bot/bot.qh +++ b/qcsrc/server/bot/bot.qh @@ -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