Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.c863 carrcap = MAX_CARR_CAP; in inv_weight()
866 if(carrcap > MAX_CARR_CAP) carrcap = MAX_CARR_CAP; in inv_weight()
Dhack.h213 #define MAX_CARR_CAP 120 /* so that boulders can be heavier */ macro