mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: fix broken build due to incorrect constant being used
This commit is contained in:
@@ -494,7 +494,7 @@ void VOX_LoadSound( channel_t *ch, const char *pszin )
|
||||
|
||||
for( i = 0, j = 0; i < CVOXWORDMAX && rgpparseword[i]; i++ )
|
||||
{
|
||||
char pathbuffer[PATH_MAX];
|
||||
char pathbuffer[MAX_SYSPATH];
|
||||
|
||||
if( !VOX_ParseWordParams( rgpparseword[i], &ch->words[j], i == 0 ))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user