From d987eaeea0edb57830698e05bd8bbb3b435ef905 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Mon, 5 Nov 2018 21:41:24 +0100 Subject: [PATCH] Testing something, sorry for spam --- source/glest_game/global/core_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 471541ab7..27713dc90 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -278,6 +278,7 @@ namespace Game { if (data_path != "") { endPathWithSlash(data_path); } + printf("\nData path: %s\n", data_path.c_str()); return data_path; } @@ -316,7 +317,6 @@ namespace Game { } Texture2D *CoreData::getLogoTexture() { string data_path = getDataPath(); - printf("\n%s\n", data_path.c_str()); loadTextureIfRequired(&logoTexture, data_path, CORE_MENU_TEXTURES_PATH + "logo.tga", tsyst_logoTexture, false, false, false);