Home
last modified time | relevance | path

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

/dports/games/moria/umoria/source/
H A Dmisc3.c105 int get_obj_num(level,must_be_small) in get_obj_num() argument
106 int level,must_be_small; in get_obj_num()
149 while ((must_be_small)
157 void place_object(y, x, must_be_small) in place_object() argument
158 int y, x, must_be_small; in place_object()
165 tmp = get_obj_num(dun_level, must_be_small);
/dports/games/moria/umoria/
H A DCHANGES354 misc3.c: get_obj_num(), new parameter must_be_small to generate only
356 files.c: random object sample passes must_be_small
362 many: change all other calls to place_object to set must_be_small to FALSE