Yet another GMR/GSR fix.

Monster maximum viewable distance is now customizable.
This commit is contained in:
Giegue
2023-07-01 18:23:59 -03:00
parent 1d2a284197
commit 12f8eea011
6 changed files with 40 additions and 10 deletions

View File

@@ -424,7 +424,7 @@ void CMApache :: HuntThink( void )
// if (m_hEnemy == NULL)
{
Look( 4092 );
Look( 4096 );
m_hEnemy = BestVisibleEnemy( );
}