Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/common/
H A Ddefines.h270 #define LEVEL_GHOST 3 macro
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dcmd2.c89 p_ptr->new_level_method = LEVEL_GHOST; in do_cmd_go_up()
193 p_ptr->new_level_method = LEVEL_GHOST; in do_cmd_go_down()
H A Ddungeon.c2143 case LEVEL_GHOST: starty = p_ptr->py; in dungeon()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd2.c468 if (p_ptr->ghost) p_ptr->new_level_method = LEVEL_GHOST; in do_cmd_go_up()
1110 if (p_ptr->ghost) p_ptr->new_level_method = LEVEL_GHOST; in do_cmd_go_down()
H A Ddungeon.c6504 case LEVEL_GHOST: starty = p_ptr->py;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h1180 #define LEVEL_GHOST 3 macro