mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 03:39:54 +02:00
Testing something, sorry for spam
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user