Home
last modified time | relevance | path

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

/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dp_cmd.c148 if (want_config[CONFIG_FOODBEEP]) { in command_foodbeep()
149 want_config[CONFIG_FOODBEEP] = 0; in command_foodbeep()
153 want_config[CONFIG_FOODBEEP] = 1; in command_foodbeep()
157 use_config[CONFIG_FOODBEEP] = want_config[CONFIG_FOODBEEP]; in command_foodbeep()
H A Dinit.c150 want_config[CONFIG_FOODBEEP] = FALSE; in init_config()
H A Dclient.h210 #define CONFIG_FOODBEEP 21 macro
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dconfig.c589 want_config[CONFIG_FOODBEEP]); in setup_config_dialog()
671 want_config[CONFIG_FOODBEEP] = in read_config_dialog()
H A Dstats.c491 if (use_config[CONFIG_FOODBEEP] && (cpl.stats.food%4==3) && (cpl.stats.food < 200)) { in draw_message_window()
493 } else if (use_config[CONFIG_FOODBEEP] && cpl.stats.food == 0 && ++lastbeep == 5) { in draw_message_window()