diff --git a/engine/common/filesystem_engine.c b/engine/common/filesystem_engine.c index 8b321b3c..d7dfc305 100644 --- a/engine/common/filesystem_engine.c +++ b/engine/common/filesystem_engine.c @@ -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