- Added more DECORATE conversions by Karate Chris.
SVN r1128 (trunk)
This commit is contained in:
parent
f442e75dfa
commit
6ab69165c7
16 changed files with 528 additions and 1803 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue