2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-01 01:25:38 +03:00

Merge pull request #344 from WPMGPRoSToTeMa/patch-6

Fixed typo in SV_FindModelNumbers
This commit is contained in:
Lev 2017-02-11 08:42:49 +05:00 committed by GitHub
commit 27f002256a

View File

@ -710,7 +710,7 @@ void SV_FindModelNumbers(void)
// use case-sensitive names to increase performance
#ifdef REHLDS_FIXES
if (!Q_stricmp(g_psv.model_precache[i], "models/player.mdl"))
if (!Q_strcmp(g_psv.model_precache[i], "models/player.mdl"))
sv_playermodel = i;
#else
if (!Q_stricmp(g_psv.model_precache[i], "models/player.mdl"))