This commit is contained in:
parent
34c0bc38f7
commit
fda1fc3ca7
@ -42,7 +42,7 @@ sRGBData ThisRGB;
|
||||
int Idx=GetTexIdx(NewTex); // Is already loaded?
|
||||
if (Idx!=-1) return(Idx);
|
||||
|
||||
TRACE1("Loading Texture %s\n",NewTex.Filename);
|
||||
// TRACE1("Loading Texture %s\n",NewTex.Filename);
|
||||
LoadBMP(NewTex.Filename,ThisRGB);
|
||||
RGBData=&ThisRGB;
|
||||
LoadTex(NewTex,RGBData);
|
||||
|
@ -79,7 +79,7 @@ GString FilePath;
|
||||
|
||||
File->Read(Filename,256+64);
|
||||
AddTileSet(Filename);
|
||||
TRACE1("%s\n",Filename);
|
||||
// TRACE1("%s\n",Filename);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user