mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-01 15:20:53 +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 state;
|
||||||
FState * laststate = NULL;
|
FState * laststate = NULL;
|
||||||
intptr_t lastlabel = -1;
|
intptr_t lastlabel = -1;
|
||||||
FStateDefine * stp;
|
|
||||||
int minrequiredstate = -1;
|
int minrequiredstate = -1;
|
||||||
|
|
||||||
statestring[255] = 0;
|
statestring[255] = 0;
|
||||||
|
|
Loading…
Reference in a new issue