Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 21, 2024
1 parent ea40bcf commit 693c7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ unsigned CalcPlrDam(int pnum, BYTE mRes, unsigned mindam, unsigned maxdam)
static bool MissPlrHitByMon(int pnum, int mi)
{
MissileStruct* mis;
int misource, hper, tmp, dam;
int misource, hper, dam;
unsigned hitFlags;

if (plr._pInvincible) {
Expand Down Expand Up @@ -1076,7 +1076,7 @@ static bool MissPlrHitByMon(int pnum, int mi)
static bool MissPlrHitByPlr(int pnum, int mi)
{
MissileStruct* mis;
int offp, dam, tmp, hper;
int offp, dam, hper;
unsigned hitFlags;

mis = &missile[mi];
Expand Down

0 comments on commit 693c7ad

Please sign in to comment.