Fix build.

This commit is contained in:
Night Owl 2017-11-20 23:47:18 +05:00
parent e308b0c7d1
commit 461206e94b

View File

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