Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dplayer.pre222 s16b cst_frac; /* 1/10000 */
H A Ddungeon.c4094 p_ptr->cst_frac += s;
4095 if (p_ptr->cst_frac >= 10000) {
4096 p_ptr->cst_frac -= 10000;
4098 if (p_ptr->cst == p_ptr->mst) p_ptr->cst_frac = 0;
H A Dsave.c736 wr_s16b(p_ptr->cst_frac); in wr_extra()
H A Dcmd6.c721 p_ptr->cst_frac = 0; in quaff_potion()
842 p_ptr->cst_frac = 0; in quaff_potion()
H A Dload2.c1647 rd_s16b(&p_ptr->cst_frac); in rd_extra()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2005 s16b cst_frac; /* 1/10000 */ member