Home
last modified time | relevance | path

Searched refs:maxbonuslives (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dy_inter.c1991 …(INT32)(mapheaderinfo[prevmap]->maxbonuslives < 0 ? INT32_MAX : mapheaderinfo[prevmap]->maxbonusli… in Y_AwardCoopBonuses()
2047 …(INT32)(mapheaderinfo[prevmap]->maxbonuslives < 0 ? INT32_MAX : mapheaderinfo[prevmap]->maxbonusli… in Y_AwardSpecialStageBonus()
H A Ddoomstat.h328 SINT8 maxbonuslives; ///< How many bonus lives to award at Intermission? (-1 for unlimited.) member
H A Dlua_maplib.c2190 lua_pushinteger(L, header->maxbonuslives); in mapheaderinfo_get()
H A Ddeh_soc.c1694 mapheaderinfo[num-1]->maxbonuslives = (SINT8)i; in readlevelheader()
H A Dp_setup.c386 mapheaderinfo[num]->maxbonuslives = -1; in P_ClearSingleMapHeaderInfo()