- 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
|
|
@ -1115,7 +1115,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_CustomBulletAttack)
|
|||
|
||||
int i;
|
||||
int bangle;
|
||||
int bslope;
|
||||
int bslope = 0;
|
||||
|
||||
if (self->target || (Flags & CBAF_AIMFACING))
|
||||
{
|
||||
|
|
@ -1288,7 +1288,7 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, A_FireBullets)
|
|||
|
||||
int i;
|
||||
int bangle;
|
||||
int bslope;
|
||||
int bslope = 0;
|
||||
|
||||
if ((Flags & FBF_USEAMMO) && weapon)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue