* prefs->game->paths: +Extra Resource Path option

This commit is contained in:
Garux
2018-01-23 17:51:22 +03:00
parent d747bd6111
commit 387c4c0846
4 changed files with 32 additions and 14 deletions

View File

@@ -243,7 +243,7 @@ TextOutputStreamType& ostream_write( TextOutputStreamType& ostream, const Direct
}
}
char c = *( i - 1 );
if ( c != '/' && c != '\\' ) {
if ( c != '/' && c != '\\' && !string_empty( path.m_path ) ) {
ostream << '/';
}
return ostream;