Home
last modified time | relevance | path

Searched refs:pSpawnhealth (Results 1 – 13 of 13) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h639 int pSpawnhealth[MAX_PLAYERS]; // hit points left member
H A Dopenbor.c21398 savelevel[current_set].pSpawnhealth[i] = player[i].spawnhealth; in savelevelinfo()
21849 player[i].spawnhealth = savelevel[current_set].pSpawnhealth[i]; in playgame()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h641 int pSpawnhealth[MAX_PLAYERS]; // hit points left member
H A Dopenbor.c21743 save->pSpawnhealth[i] = player[i].spawnhealth; in savelevelinfo()
22205 player[i].spawnhealth = save->pSpawnhealth[i]; in playgame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h654 int pSpawnhealth[MAX_PLAYERS]; // hit points left member
H A Dopenborscript.c14826 (*pretvar)->lVal = (LONG)slot->pSpawnhealth[ltemp]; in openbor_getsaveinfo()
H A Dopenbor.c29201 save->pSpawnhealth[i] = player[i].spawnhealth; in savelevelinfo()
29690 player[i].spawnhealth = save->pSpawnhealth[i]; in playgame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1285 int pSpawnhealth[MAX_PLAYERS]; // hit points left member
H A Dopenborscript.c18607 (*pretvar)->lVal = (LONG)slot->pSpawnhealth[ltemp]; in openbor_getsaveinfo()
H A Dopenbor.c33160 save->pSpawnhealth[i] = player[i].spawnhealth; in savelevelinfo()
33738 player[i].spawnhealth = save->pSpawnhealth[i]; in playgame()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1727 int pSpawnhealth[MAX_PLAYERS]; // hit points left member
H A Dopenborscript.c15360 (*pretvar)->lVal = (LONG)slot->pSpawnhealth[ltemp]; in openbor_getsaveinfo()
H A Dopenbor.c36334 save->pSpawnhealth[i] = player[i].spawnhealth; in savelevelinfo()
37210 player[i].spawnhealth = save->pSpawnhealth[i]; in playgame()