- typo in resurrection code.

This commit is contained in:
Christoph Oelckers 2014-05-07 17:18:44 +02:00
parent fcbb72a4d4
commit 890e9ecddd
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// Emacs style mode select -*- C++ -*-
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
@ -6082,7 +6083,7 @@ FState *AActor::GetRaiseState()
}
if (tics != -1 && // not lying still yet
state->GetCanRaise()) // or not ready to be raised yet
!state->GetCanRaise()) // or not ready to be raised yet
{
return NULL;
}