Home
last modified time | relevance | path

Searched refs:SF_SUPER (Results 1 – 8 of 8) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_player.h35 SF_SUPER = 1, // Can turn super in singleplayer/co-op mode? enumerator
H A Ddeh_tables.c5005 {"SF_SUPER",SF_SUPER},
H A Dy_inter.c1154 if (players[i].charflags & SF_SUPER) in Y_Ticker()
1417 if (players[consoleplayer].charflags & SF_SUPER) in Y_StartIntermission()
H A Dhu_stuff.c2243 …ab[i].num].powers[pw_carry] == CR_NIGHTSMODE && skins[players[tab[i].num].skin].flags & SF_SUPER)))
H A Dst_stuff.c561 V_DrawDebugFlag(((stplyr->charflags & SF_SUPER) ? V_GREENMAP : V_REDMAP), "SU"); in ST_drawDebugInfo()
H A Dp_user.c4230 if (!(ALL7EMERALDS(emeralds) && player->charflags & SF_SUPER)) in P_DoSuperStuff()
4343 && (player->charflags & SF_SUPER) in P_SuperReady()
12953 …CR_NIGHTSMODE && (((skin_t *)player->mo->skin)->flags & (SF_SUPER|SF_NONIGHTSSUPER)) == SF_SUPER) … in P_PlayerFullbright()
H A Dm_menu.c6795 …SR_PandorasBox[6].status = (players[consoleplayer].charflags & SF_SUPER) ? (IT_GRAYEDOUT) : (IT_ST…
6948 players[consoleplayer].charflags |= SF_SUPER;
H A Dp_spec.c4671 …if (player->mo->health > 0 && !player->bot && (player->charflags & SF_SUPER) && !player->powers[pw… in P_ProcessSpecialSector()