From 6f319e8bf209b9b10315c61e5e94202d540fa847 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Mon, 5 Nov 2018 21:55:33 +0100 Subject: [PATCH] Testing something, sorry for spam --- source/glest_game/facilities/game_util.cpp | 2 ++ source/glest_game/global/core_data.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 51f632ad8..64ad70579 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -338,6 +338,8 @@ namespace Game { result = originalBasePath + uniqueFilePath; } + printf("\nPath: %s\n", result.c_str()); + if (SystemFlags::VERBOSE_MODE_ENABLED) printf("result [%s]\n", result.c_str()); diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 27713dc90..13ae7fd9a 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -278,7 +278,6 @@ namespace Game { if (data_path != "") { endPathWithSlash(data_path); } - printf("\nData path: %s\n", data_path.c_str()); return data_path; }