Home
last modified time | relevance | path

Searched refs:MAX_PACK_COUNT (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/rogue_s/rogue_s/
H A Drogue.h78 #define MAX_PACK_COUNT 24 macro
H A Dpack.c95 if (pack_count(obj) >= MAX_PACK_COUNT) {
H A Dspechit.c171 n = get_rand(0, MAX_PACK_COUNT);
H A Dobject.c679 if (pack_count((object *) 0) >= MAX_PACK_COUNT) { in new_object_for_wizard()