Home
last modified time | relevance | path

Searched refs:M_SecretUnlocked (Results 1 – 6 of 6) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cond.h169 UINT8 M_SecretUnlocked(INT32 type);
H A Dm_cond.c387 UINT8 M_SecretUnlocked(INT32 type) in M_SecretUnlocked() function
H A Dd_netcmd.c3619 if (!M_SecretUnlocked(SECRET_ITEMFINDER)) in ItemFinder_OnChange()
3979 if (!M_SecretUnlocked(SECRET_PANDORA) && !netgame && cv_ringslinger.value && !cv_debug) in Ringslinger_OnChange()
3992 if (!M_SecretUnlocked(SECRET_PANDORA) && !netgame && !cv_debug in Gravity_OnChange()
H A Dm_cheat.c247 #define REQUIRE_PANDORA if (!M_SecretUnlocked(SECRET_PANDORA) && !cv_debug)\
H A Dm_menu.c3675 …MAPauseMenu[mapause_hints].status = (M_SecretUnlocked(SECRET_EMBLEMHINTS)) ? (IT_STRING | IT_CALL)… in M_StartControlPanel()
3682 …SPauseMenu[spause_pandora].status = (M_SecretUnlocked(SECRET_PANDORA)) ? (IT_GRAYEDOUT) : (IT_DISA… in M_StartControlPanel()
3689 …SPauseMenu[spause_pandora].status = (M_SecretUnlocked(SECRET_PANDORA) && !marathonmode) ? (IT_STRI… in M_StartControlPanel()
3710 …SPauseMenu[spause_hints].status = (M_SecretUnlocked(SECRET_EMBLEMHINTS) && !marathonmode) ? (IT_ST… in M_StartControlPanel()
7379 …SR_EmblemHintMenu[1].status = (M_SecretUnlocked(SECRET_ITEMFINDER)) ? (IT_CVAR|IT_STRING) : (IT_SE…
8073 …SP_MainMenu[sprecordattack].status = (M_SecretUnlocked(SECRET_RECORDATTACK)) ? IT_CALL|IT_STRING :…
8083 …SP_MainMenu[spnightsmode].status = (M_SecretUnlocked(SECRET_NIGHTSMODE)) ? IT_CALL|IT_STRING : IT_…
8106 …SP_MainMenu[spmarathon].status = (M_SecretUnlocked(SECRET_RECORDATTACK)) ? IT_CALL|IT_STRING|IT_CA…
H A Dst_stuff.c2701 if (cv_itemfinder.value && M_SecretUnlocked(SECRET_ITEMFINDER)) in ST_overlayDrawer()