Home
last modified time | relevance | path

Searched refs:showconditionset (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cond.h103 UINT8 showconditionset; ///< Condition set that shows this emblem. member
116 UINT8 showconditionset; member
H A Dm_menu.c7036 … (!unlockables[j].unlocked && unlockables[j].showconditionset && !M_Achieved(unlockables[j].showco…
7061 … (!unlockables[j].unlocked && unlockables[j].showconditionset && !M_Achieved(unlockables[j].showco…
7101 … (!unlockables[i].unlocked && unlockables[i].showconditionset && !M_Achieved(unlockables[i].showco…
9519 (!exemblem->collected && exemblem->showconditionset && !M_Achieved(exemblem->showconditionset))
H A Ddeh_soc.c3105 extraemblems[num-1].showconditionset = (UINT8)value; in readextraemblemdata()
3193 unlockables[num].showconditionset = (UINT8)i; in readunlockable()