HomeSort by: relevance | last modified time | path
    Searched refs:MAX_PACK_COUNT (Results 1 - 5 of 5) sorted by relevancy

  /src/games/rogue/
pack.c 140 if (pack_count(obj) >= MAX_PACK_COUNT) {
spec_hit.c 201 n = get_rand(0, MAX_PACK_COUNT);
rogue.h 92 #define MAX_PACK_COUNT 24
inventory.c 231 } descs[MAX_PACK_COUNT+1];
251 /*assert(i<=MAX_PACK_COUNT);*/
object.c 739 if (pack_count(NULL) >= MAX_PACK_COUNT) {

Completed in 94 milliseconds