Removed botrelated code

This commit is contained in:
Johnny Bergström
2004-03-12 11:19:44 +00:00
parent d819a55802
commit 1e78c58aa9
2 changed files with 8 additions and 6 deletions

View File

@ -108,5 +108,5 @@ cvar_t fun_version = {"fun_version", "0.1", FCVAR_EXTDLL};
int g_zones_toHit[33]; // where can people hit other people?
int g_zones_getHit[33]; // where can people get hit by other people?
bool g_silent[33]; // used for set_user_footsteps()
bool g_bot[33]; // is user bot?
//bool g_bot[33]; // is user bot? <--- removed, only needed with akimbot
// Globals above