- Added more DECORATE conversions by Karate Chris.

SVN r1128 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-08 07:40:41 +00:00
commit 6ab69165c7
16 changed files with 528 additions and 1803 deletions

View file

@ -414,6 +414,7 @@ FState *P_GetState(AActor *self, FState *CallingState, int offset)
}
else if (offset>0)
{
if (CallingState == NULL) return NULL;
return CallingState + offset;
}
else if (self != NULL)