mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 12:02:36 +02:00
Testing something, sorry for spam
This commit is contained in:
@@ -278,6 +278,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -316,7 +317,6 @@ namespace Game {
|
|||||||
}
|
}
|
||||||
Texture2D *CoreData::getLogoTexture() {
|
Texture2D *CoreData::getLogoTexture() {
|
||||||
string data_path = getDataPath();
|
string data_path = getDataPath();
|
||||||
printf("\n%s\n", data_path.c_str());
|
|
||||||
loadTextureIfRequired(&logoTexture, data_path,
|
loadTextureIfRequired(&logoTexture, data_path,
|
||||||
CORE_MENU_TEXTURES_PATH + "logo.tga",
|
CORE_MENU_TEXTURES_PATH + "logo.tga",
|
||||||
tsyst_logoTexture, false, false, false);
|
tsyst_logoTexture, false, false, false);
|
||||||
|
Reference in New Issue
Block a user