Home
last modified time | relevance | path

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

/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg006.c1130 #define MAX_GRAB_FALLING_SPEED (fixes->fix_grab_falling_speed ? 30 : 32) in check_grab() macro
1132 #define MAX_GRAB_FALLING_SPEED 32 in check_grab() macro
1136 Char.fall_y < MAX_GRAB_FALLING_SPEED && // you can't grab if you're falling too fast ... in check_grab()