fuckin' tabs

This commit is contained in:
jeefo 2016-01-01 13:42:00 +03:00
commit 4c0c921efc

View file

@ -3018,19 +3018,19 @@ DLL_GIVEFNPTRSTODLL GiveFnptrsToDll (enginefuncs_t *functionTable, globalvars_t
convars.PushRegisteredConVarsToEngine (); convars.PushRegisteredConVarsToEngine ();
#ifdef PLATFORM_ANDROID #ifdef PLATFORM_ANDROID
// ensure data & learned directory are created (as we can download waypoints from the net), do this // ensure data & learned directory are created (as we can download waypoints from the net), do this
// only under the android platform, in case user forget to install bot extras into the mod directory // only under the android platform, in case user forget to install bot extras into the mod directory
const char *path = GetWaypointDir (); const char *path = GetWaypointDir ();
// ensure data path exists // ensure data path exists
CreatePath (const_cast <char *> (path)); CreatePath (const_cast <char *> (path));
char learnedPath[256]; char learnedPath[256];
snprintf (learnedPath, SIZEOF_CHAR (learnedPath), "%s/learned", path); snprintf (learnedPath, SIZEOF_CHAR (learnedPath), "%s/learned", path);
// ensure data/learned path exists // ensure data/learned path exists
CreatePath (learnedPath); CreatePath (learnedPath);
g_gameVersion = CSV_OLD; // temporary, until opensource client dll get BotVoice message g_gameVersion = CSV_OLD; // temporary, until opensource client dll get BotVoice message