Home
last modified time | relevance | path

Searched refs:BIGMETEOR (Results 1 – 7 of 7) sorted by relevance

/dports/games/powermanga/powermanga-0.93.1/src/
H A Delectrical_shock.c131 if (foe->type >= BIGMETEOR) in electrical_shock()
H A Denemies.h86 BIGMETEOR, NORMALMETEOR, SMALLMETEOR, enumerator
H A Dmeteors_phase.c164 foe->type = BIGMETEOR + meteor_size; in meteors_handle()
H A Dextra_gun.c680 if ((foe->type >= BIGMETEOR && foe->type <= SMALLMETEOR) in guns_enemy_collisions()
H A Dsatellite_protections.c709 if ((foe->type >= BIGMETEOR && foe->type <= SMALLMETEOR) in satellites_enemy_collisions()
H A Denemies.c1514 case BIGMETEOR: in enemy_lonely()
1531 if (foe->type != BIGMETEOR in enemy_lonely()
H A Dshots.c1066 if (foe->type >= BIGMETEOR) in shot_enemies_collisions()