Home
last modified time | relevance | path

Searched refs:BLOCK_TYPE_MP_FIRST (Results 1 – 4 of 4) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h758 BLOCK_TYPE_MP_FIRST = 1, //MP until MP is exhuasted, then HP. enumerator
H A Dopenbor.c112 .blocktype = BLOCK_TYPE_MP_FIRST
19490 … blocktype = mpblock ? BLOCK_TYPE_MP_FIRST : def->defense[attack->attack_type].blocktype; in do_attack()
19508 case BLOCK_TYPE_MP_FIRST: in do_attack()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1182 BLOCK_TYPE_MP_FIRST = 1, //MP until MP is exhuasted, then HP. enumerator
H A Dopenbor.c113 .blocktype = BLOCK_TYPE_MP_FIRST
20459 … blocktype = mpblock ? BLOCK_TYPE_MP_FIRST : def->defense[attack->attack_type].blocktype; in do_attack()
20477 case BLOCK_TYPE_MP_FIRST: in do_attack()