Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h358 UINT32 muspostbosspos; ///< Post-bossdeath position member
H A Dlua_maplib.c2141 lua_pushinteger(L, header->muspostbosspos); in mapheaderinfo_get()
H A Ddeh_soc.c1605 mapheaderinfo[num-1]->muspostbosspos = (UINT32)get_number(word2); in readlevelheader()
H A Dp_setup.c366 mapheaderinfo[num]->muspostbosspos = 0; in P_ClearSingleMapHeaderInfo()
H A Dp_enemy.c3952 mapmusposition = mapheaderinfo[gamemap-1]->muspostbosspos; in A_BossDeath()