disable gcc -fno-builtin
This commit is contained in:
parent
cf7fca3039
commit
bcf11cf6ff
6 changed files with 14 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue