Fix build.

This commit is contained in:
Night Owl 2017-11-20 23:47:18 +05:00
parent e308b0c7d1
commit 461206e94b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void CBotCam::Spawn( void )
SetTouch( NULL );
SetThink( IdleThink );
SetThink( &CBotCam::IdleThink );
pev->nextthink = gpGlobals->time + 0.1;
}