mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 00:59:18 +02:00
Dalsze poprawki do AnsiString w różnych plikach.
This commit is contained in:
@@ -75,7 +75,7 @@ TTexturesManager::Names::iterator TTexturesManager::LoadFromFile(std::string fil
|
||||
if (!texinfo.first)
|
||||
{
|
||||
WriteLog("Failed");
|
||||
ErrorLog("Missed texture: " + AnsiString(realFileName.c_str()));
|
||||
ErrorLog("Missed texture: " + realFileName);
|
||||
return _names.end();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user