mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 17:20:43 +02:00
Testing something, sorry for spam
This commit is contained in:
@@ -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());
|
||||
|
||||
|
@@ -278,7 +278,6 @@ namespace Game {
|
||||
if (data_path != "") {
|
||||
endPathWithSlash(data_path);
|
||||
}
|
||||
printf("\nData path: %s\n", data_path.c_str());
|
||||
return data_path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user