mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
Fix max nodes text. (#475)
This commit is contained in:
parent
c193043a40
commit
0b43fab950
@ -1587,7 +1587,7 @@ void CNodeEnt::Spawn( void )
|
|||||||
|
|
||||||
if( WorldGraph.m_cNodes >= MAX_NODES )
|
if( WorldGraph.m_cNodes >= MAX_NODES )
|
||||||
{
|
{
|
||||||
ALERT( at_aiconsole, "cNodes > MAX_NODES\n" );
|
ALERT( at_aiconsole, "cNodes >= MAX_NODES\n" );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user