Home
last modified time | relevance | path

Searched refs:LAYOUT_TYPE_KEY (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddbg-util.cc103 if (!props.exists(LAYOUT_TYPE_KEY)) in debug_dump_levgen()
106 type = props[LAYOUT_TYPE_KEY].get_string(); in debug_dump_levgen()
H A Ddungeon.h20 #define LAYOUT_TYPE_KEY "layout_type_key" macro
H A Ddungeon.cc487 env.properties[LAYOUT_TYPE_KEY] = level_layout_type; in _build_level_vetoable()