- Fix errors/warnings from MinGW 4.5.0 (tdm-1).
- Disable the missing field initializers warnings that -Wextra produces from GCC. SVN r3173 (trunk)
This commit is contained in:
parent
b477ed8490
commit
d3b44a4172
19 changed files with 25 additions and 23 deletions
|
|
@ -268,7 +268,7 @@ static const hexenseq_t HexenSequences[] = {
|
|||
{ NAME_DoorCreak, { HexenDoorSeq(3), HexenLastSeq } },
|
||||
{ NAME_DoorMetal2, { HexenDoorSeq(9), HexenLastSeq } },
|
||||
{ NAME_Wind, { HexenEnvSeq(10), HexenLastSeq } },
|
||||
{ NAME_None, {NULL} }
|
||||
{ NAME_None, {0} }
|
||||
};
|
||||
|
||||
static int SeqTrans[64*3];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue