Home
last modified time | relevance | path

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

/dports/games/zangband/zangband/src/
H A Dfiles.c2552 static display_func displays[DISPLAY_PLAYER_MAX] =
2572 mode %= DISPLAY_PLAYER_MAX; in display_player()
2634 mode = (mode + DISPLAY_PLAYER_MAX - 1) % DISPLAY_PLAYER_MAX; in do_cmd_character()
2640 mode = (mode + 1) % DISPLAY_PLAYER_MAX; in do_cmd_character()
H A Dbirth.c1553 mode = (mode + 1) % DISPLAY_PLAYER_MAX; in player_birth_aux_3()
H A Ddefines.h5056 #define DISPLAY_PLAYER_MAX 3 macro