Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc653 static const char *kill_method_names[] = variable
669 COMPILE_CHECK(NUM_KILLBY == ARRAYSZ(kill_method_names)); in _kill_method_name()
674 return kill_method_names[kmt]; in _kill_method_name()
679 COMPILE_CHECK(NUM_KILLBY == ARRAYSZ(kill_method_names)); in _str_to_kill_method()
683 if (s == kill_method_names[i]) in _str_to_kill_method()