From 4c0c921efca3286e100d3f0f1df24cd15e905865 Mon Sep 17 00:00:00 2001 From: jeefo Date: Fri, 1 Jan 2016 13:42:00 +0300 Subject: [PATCH] fuckin' tabs --- source/interface.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/interface.cpp b/source/interface.cpp index f65df2d..904440d 100644 --- a/source/interface.cpp +++ b/source/interface.cpp @@ -3018,19 +3018,19 @@ DLL_GIVEFNPTRSTODLL GiveFnptrsToDll (enginefuncs_t *functionTable, globalvars_t convars.PushRegisteredConVarsToEngine (); #ifdef PLATFORM_ANDROID - // 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 + // 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 - const char *path = GetWaypointDir (); + const char *path = GetWaypointDir (); - // ensure data path exists - CreatePath (const_cast (path)); + // ensure data path exists + CreatePath (const_cast (path)); - char learnedPath[256]; - snprintf (learnedPath, SIZEOF_CHAR (learnedPath), "%s/learned", path); + char learnedPath[256]; + snprintf (learnedPath, SIZEOF_CHAR (learnedPath), "%s/learned", path); - // ensure data/learned path exists - CreatePath (learnedPath); + // ensure data/learned path exists + CreatePath (learnedPath); g_gameVersion = CSV_OLD; // temporary, until opensource client dll get BotVoice message