Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dspells2.cc593 char *ptr_stat_max = 0; // NULL {dlb} in restore_stat() local
609 ptr_stat_max = &you.max_strength; in restore_stat()
618 ptr_stat_max = &you.max_dex; in restore_stat()
627 ptr_stat_max = &you.max_intel; in restore_stat()
632 if (*ptr_stat < *ptr_stat_max) in restore_stat()
640 *ptr_stat = *ptr_stat_max; in restore_stat()
H A Dplayer.cc3127 char *ptr_stat_max = NULL; in modify_stat() local
3144 ptr_stat_max = &you.max_strength; in modify_stat()
3152 ptr_stat_max = &you.max_dex; in modify_stat()
3160 ptr_stat_max = &you.max_intel; in modify_stat()
3171 *ptr_stat_max += amount; in modify_stat()