Initialize some variables

This commit is contained in:
Yamagi Burmeister 2011-07-02 08:34:02 +00:00
parent 0aa45e9736
commit 672266241c
2 changed files with 3 additions and 3 deletions

View file

@ -174,7 +174,7 @@ static int CheckPowerArmor (edict_t *ent, vec3_t point, vec3_t normal, int damag
int index;
int damagePerCell;
int pa_te_type;
int power;
int power = 0;
int power_used;
if (!damage)

View file

@ -171,10 +171,10 @@ static int CheckPowerArmor (edict_t *ent, vec3_t point, vec3_t normal, int damag
gclient_t *client;
int save;
int power_armor_type;
int index;
int index = 0;
int damagePerCell;
int pa_te_type;
int power;
int power = 0;
int power_used;
if (!damage)