1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00

Random LoaderIMG fixes

This commit is contained in:
Timmy Sjöstedt 2013-07-01 05:38:12 +02:00
parent 947e5a3d72
commit 449168aa08
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ char* LoaderIMG::loadToMemory(const std::string& assetname)
if(!found) if(!found)
{ {
printf("No such asset found.\n"); std::cerr << "Asset '" << assetname << "' not found!" << std::endl;
return 0; return 0;
} }