- Fixed compilation on MinGW.

SVN r1612 (trunk)
This commit is contained in:
Randy Heit 2009-05-26 22:33:02 +00:00
commit 0a310b9832
4 changed files with 14 additions and 8 deletions

View file

@ -875,7 +875,7 @@ void P_AutoUseStrifeHealth (player_t *player)
void P_DamageMobj (AActor *target, AActor *inflictor, AActor *source, int damage, FName mod, int flags)
{
unsigned ang;
player_t *player;
player_t *player = NULL;
fixed_t thrust;
int temp;