mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 04:19:19 +02:00
file access cross-platform compatibility fixes
This commit is contained in:
@@ -1955,7 +1955,7 @@ void TWorld::CreateE3D(std::string const &Path, bool Dynamic)
|
||||
// launch recursive search for sub-directories...
|
||||
if( filename == "." ) { continue; }
|
||||
if( filename == ".." ) { continue; }
|
||||
CreateE3D( Path + filename + "\\", Dynamic );
|
||||
CreateE3D( Path + filename + "/", Dynamic );
|
||||
}
|
||||
else {
|
||||
// process the file
|
||||
|
||||
Reference in New Issue
Block a user