Removed one unused variable.

SVN r370 (trunk)
This commit is contained in:
Christoph Oelckers 2006-10-31 16:11:11 +00:00
parent 0cf2ae0127
commit 1b741775a4

View file

@ -1699,7 +1699,6 @@ static int ProcessStates(FActorInfo * actor, AActor * defaults, Baggage &bag)
FState state;
FState * laststate = NULL;
intptr_t lastlabel = -1;
FStateDefine * stp;
int minrequiredstate = -1;
statestring[255] = 0;