- move vid_listadapters CCMD into common code.

SVN r2509 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-11 06:31:47 +00:00
commit 096edb0817
5 changed files with 14 additions and 9 deletions

View file

@ -1556,7 +1556,7 @@ bool P_LookForPlayers (AActor *actor, INTBOOL allaround, FLookExParams *params)
if (actor->MissileState != NULL)
{
actor->SetStateNF(actor->SeeState);
actor->SetState(actor->SeeState, true);
actor->flags &= ~MF_JUSTHIT;
}