Home
last modified time | relevance | path

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

/netbsd/src/games/rogue/
Dmessage.c271 if (rogue.hp_max > MAX_HP) { in print_stats()
272 rogue.hp_current -= (rogue.hp_max - MAX_HP); in print_stats()
273 rogue.hp_max = MAX_HP; in print_stats()
Drogue.h312 #define MAX_HP 999 macro