mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +00:00
Removed one unused variable.
SVN r370 (trunk)
This commit is contained in:
parent
0cf2ae0127
commit
1b741775a4
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue