Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_player.h53 SF_NOSUPERJUMPBOOST = 1<<17, // Disable the jump boost given while super (i.e. Knuckles) enumerator
H A Ddeh_tables.c5023 {"SF_NOSUPERJUMPBOOST",SF_NOSUPERJUMPBOOST},
H A Dp_user.c4465 else if (player->powers[pw_super] && !(player->charflags & SF_NOSUPERJUMPBOOST)) in P_DoJump()