Initialize some variables

This commit is contained in:
Yamagi Burmeister 2011-07-02 08:35:07 +00:00
parent 7e4e5e0db5
commit ab796d18ed

View file

@ -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)