- Remove some GCC warnings.
SVN r1157 (trunk)
This commit is contained in:
parent
a876ba55bd
commit
f40d52c22a
2 changed files with 8 additions and 6 deletions
|
|
@ -492,7 +492,7 @@ int ParseStates(FScanner &sc, FActorInfo * actor, AActor * defaults, Baggage &ba
|
|||
FState * laststate = NULL;
|
||||
intptr_t lastlabel = -1;
|
||||
int minrequiredstate = -1;
|
||||
int spriteindex;
|
||||
int spriteindex = 0;
|
||||
char lastsprite[5]="";
|
||||
|
||||
sc.MustGetStringName ("{");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue