Drop legacy AuroraOS code

This commit is contained in:
Alibek Omarov
2025-10-19 07:39:22 +05:00
parent c6a5c64448
commit f1fde32c29
3 changed files with 5 additions and 20 deletions

View File

@@ -183,11 +183,7 @@ static int Sys_Start( void )
snprintf( buf, sizeof( buf ), "%s/xash", home );
setenv( "XASH3D_BASEDIR", buf, true );
#if XASH_AURORAOS
setenv( "XASH3D_RODIR", "/usr/share/su.xash.Engine/rodir", true );
#else
setenv( "XASH3D_RODIR", "/usr/share/harbour-xash3d-fwgs/rodir", true );
#endif // XASH_AURORAOS
#endif // XASH_SAILFISH
strncpy( szGameDir, XASH_GAMEDIR, sizeof( szGameDir ) - 1 );