Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dplayer.h97 #define NOSCORE_JUMPING 0x0010 macro
H A Dgenerate.c789 if (player->noscore & NOSCORE_JUMPING) { in choose_profile()
793 player->noscore &= ~(NOSCORE_JUMPING); in choose_profile()
H A Dwiz-debug.c1598 player->noscore |= NOSCORE_JUMPING; in do_cmd_wiz_jump()