mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
file access cross-platform compatibility fixes
This commit is contained in:
4
EU07.cpp
4
EU07.cpp
@@ -436,8 +436,8 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
if( Global.iConvertModels < 0 ) {
|
||||
Global.iConvertModels = -Global.iConvertModels;
|
||||
World.CreateE3D( "models\\" ); // rekurencyjne przeglądanie katalogów
|
||||
World.CreateE3D( "dynamic\\", true );
|
||||
World.CreateE3D( szModelPath ); // rekurencyjne przeglądanie katalogów
|
||||
World.CreateE3D( szDynamicPath, true );
|
||||
} // po zrobieniu E3D odpalamy normalnie scenerię, by ją zobaczyć
|
||||
#ifdef _WIN32
|
||||
Console::On(); // włączenie konsoli
|
||||
|
||||
Reference in New Issue
Block a user