Home
last modified time | relevance | path

Searched refs:prevhealth (Results 1 – 2 of 2) sorted by relevance

/dports/games/wordwarvi/wordwarvi-1.0.4/
H A Dwordwarvi.c2337 int prevhealth; member
2974 if (o->health.prevhealth != o->health.health) in kgun_move()
2976 o->health.prevhealth = o->health.health; in kgun_move()
7882 if (o->health.prevhealth != o->health.health)
7884 o->health.prevhealth = o->health.health;
8884 o->health.prevhealth = -1;
8960 o->health.prevhealth = -1;
8999 o->health.prevhealth = -1;
9037 o->health.prevhealth = -1;
9808 o->health.prevhealth = -1;
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_mobj.cpp1230 int prevhealth; in Massacre() local
1238 prevhealth = health; in Massacre()
1241 while (health != prevhealth && health > 0); //abort if the actor wasn't hurt. in Massacre()