mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-14 00:40:39 +00:00
a couple of warning fixes from Todd Kirby <kirbyt@yahoo.com>
This commit is contained in:
parent
d51888b639
commit
d1a9c279e5
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ static int CheckPowerArmor (edict_t *ent, vec3_t point, vec3_t normal, int damag
|
||||||
int index = -1;
|
int index = -1;
|
||||||
int damagePerCell;
|
int damagePerCell;
|
||||||
int pa_te_type;
|
int pa_te_type;
|
||||||
int power;
|
int power = 0;
|
||||||
int power_used;
|
int power_used;
|
||||||
|
|
||||||
if (!damage)
|
if (!damage)
|
||||||
|
|
|
@ -176,7 +176,7 @@ static int CheckPowerArmor (edict_t *ent, vec3_t point, vec3_t normal, int damag
|
||||||
int index = -1;
|
int index = -1;
|
||||||
int damagePerCell;
|
int damagePerCell;
|
||||||
int pa_te_type;
|
int pa_te_type;
|
||||||
int power;
|
int power = 0;
|
||||||
int power_used;
|
int power_used;
|
||||||
|
|
||||||
if (!damage)
|
if (!damage)
|
||||||
|
|
Loading…
Reference in a new issue