disable gcc -fno-builtin

This commit is contained in:
jeefo 2016-09-14 09:20:33 +03:00
commit bcf11cf6ff
6 changed files with 14 additions and 12 deletions

View file

@ -1107,7 +1107,7 @@ bool Bot::DoWaypointNav (void)
if (Random.Int (1, 100) < 50)
{
// do not use door directrly under xash, or we will get failed assert in gamedll code
if (g_gameFlags & GAME_XASH)
if (g_gameFlags & GAME_XASH_ENGINE)
pev->button |= IN_USE;
else
MDLL_Use (tr.pHit, GetEntity ()); // also 'use' the door randomly