engine: common: Change macro for consistency

This commit is contained in:
ksagameng
2026-02-08 20:40:55 +03:00
committed by a1batross
parent f8714a57d3
commit d6dc77d409

View File

@@ -264,7 +264,7 @@ static qboolean FS_DetermineRootDirectory( char *out, size_t size )
return true;
}
#if TARGET_OS_IOS
#if XASH_IOS
Q_strncpy( out, IOS_GetDocsDir(), size );
return true;
#elif XASH_PSVITA