s1lentq f63ad678c2 Hostage minor fixes
Minor cleanup
2024-12-15 05:21:34 +07:00

14 lines
223 B
C++

#include "precompiled.h"
const Vector g_vecZero(0, 0, 0);
int g_Language;
int g_iSkillLevel;
Vector g_vecAttackDir;
BOOL gDisplayTitle;
bool g_bIsBeta = false;
bool g_bIsCzeroGame = false;
bool g_bAllowedCSBot = false;