diff --git a/neo/framework/FileSystem.cpp b/neo/framework/FileSystem.cpp index 608016aa..7c3c2d1d 100644 --- a/neo/framework/FileSystem.cpp +++ b/neo/framework/FileSystem.cpp @@ -633,7 +633,13 @@ void idFileSystemLocal::CreateOSPath( const char* OSPath ) } idStrStatic< MAX_OSPATH > path( OSPath ); + + // RB begin +#if defined(_WIN32) path.SlashesToBackSlashes(); +#endif + // RB end + for( ofs = &path[ 1 ]; *ofs ; ofs++ ) { if( *ofs == PATHSEPARATOR_CHAR )