- typo in resurrection code.

This commit is contained in:
Christoph Oelckers 2014-05-07 17:18:44 +02:00
parent fcbb72a4d4
commit 890e9ecddd

View file

@ -1,4 +1,5 @@
// Emacs style mode select -*- C++ -*- // Emacs style mode select -*- C++ -*-
// Emacs style mode select -*- C++ -*-
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Id:$ // $Id:$
@ -6082,7 +6083,7 @@ FState *AActor::GetRaiseState()
} }
if (tics != -1 && // not lying still yet 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; return NULL;
} }