Compile error caused by translation

dev-ui
Krzysztof H 2012-03-19 14:51:09 +01:00
parent b2fbcbe787
commit 70e0a81458
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void PrepareFilename(CBotString &filename)
pos = filename.ReverseFind('\\');
if ( pos > 0 )
{
filename = filename.Mid(pos+1); // Remove files with \\
filename = filename.Mid(pos+1); // Remove files with
}
pos = filename.ReverseFind('/');