Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cond.c122 return ((mapvisited[cn->requirement - 1] & MV_BEATEN) == MV_BEATEN); in M_CheckCondition()
353 flags = MV_BEATEN; in M_CompletionEmblems()
H A Ddoomstat.h551 #define MV_BEATEN 2 macro
H A Ds_sound.c1744 if (def->soundtestcond > 0 && !(mapvisited[def->soundtestcond-1] & MV_BEATEN)) in S_PrepareSoundTest()
H A Dg_game.c3751 mapvisited[gamemap-1] |= MV_BEATEN; in G_UpdateVisited()