Home
last modified time | relevance | path

Searched refs:noshowhof (Results 1 – 11 of 11) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dlevel.c148 (*pretvar)->lVal = (LONG)handle->noshowhof; in openbor_get_set_property()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1470 int noshowhof;
H A Dopenbor.c8182 set->noshowhof = GET_INT_ARG(1); in load_levelorder()
22254 if(!set->noshowhof) hallfame(1); in playgame()
22290 if(!set->noshowhof) hallfame(1); in playgame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1492 int noshowhof; member
H A Dopenbor.c10897 set->noshowhof = GET_INT_ARG(1); in load_levelorder()
29745 if(!set->noshowhof) in playgame()
29790 if(!set->noshowhof) in playgame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2257 int noshowhof; member
H A Dopenbor.c1486 var->lVal = levelsets[current_set].noshowhof; in getsyspropertybyindex()
1758 levelsets[current_set].noshowhof = (int)ltemp; in changesyspropertybyindex()
12649 set->noshowhof = GET_INT_ARG(1); in load_levelorder()
33840 if(!set->noshowhof && !(goto_mainmenu_flag&4)) in playgame()
33885 if(!set->noshowhof) in playgame()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2767 int noshowhof; member
H A Dopenborscript.c8614 var->lVal = levelsets[current_set].noshowhof; in getsyspropertybyindex()
8919 levelsets[current_set].noshowhof = (LONG)ltemp; in changesyspropertybyindex()
H A Dopenbor.c13233 set->noshowhof = GET_INT_ARG(1); in load_levelorder()
37323 if(!set->noshowhof && !(goto_mainmenu_flag&4)) in playgame()
37368 if(!set->noshowhof) in playgame()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c320 unsigned int noshowhof[MAX_DIFFICULTIES]; variable
8049 noshowhof[current_set] = GET_INT_ARG(1); in load_levelorder()
21898 if(!noshowhof[which_set]) hallfame(1); in playgame()