mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-23 04:32:40 +00:00
Initialize some variables
This commit is contained in:
parent
7e4e5e0db5
commit
ab796d18ed
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ static int CheckPowerArmor (edict_t *ent, vec3_t point, vec3_t normal, int damag
|
||||||
int index = 0;
|
int index = 0;
|
||||||
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