mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 09:24:24 +02:00
Testing something, sorry for spam
This commit is contained in:
@@ -338,6 +338,8 @@ namespace Game {
|
|||||||
result = originalBasePath + uniqueFilePath;
|
result = originalBasePath + uniqueFilePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("\nPath: %s\n", result.c_str());
|
||||||
|
|
||||||
if (SystemFlags::VERBOSE_MODE_ENABLED)
|
if (SystemFlags::VERBOSE_MODE_ENABLED)
|
||||||
printf("result [%s]\n", result.c_str());
|
printf("result [%s]\n", result.c_str());
|
||||||
|
|
||||||
|
@@ -278,7 +278,6 @@ namespace Game {
|
|||||||
if (data_path != "") {
|
if (data_path != "") {
|
||||||
endPathWithSlash(data_path);
|
endPathWithSlash(data_path);
|
||||||
}
|
}
|
||||||
printf("\nData path: %s\n", data_path.c_str());
|
|
||||||
return data_path;
|
return data_path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user