Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Doptions.h243 bool enable_recast_spell; // Allow recasting spells with 'z' Enter. member
H A Dspl-cast.cc811 || !Options.enable_recast_spell) in cast_a_spell()
857 else if (Options.enable_recast_spell in cast_a_spell()
H A Dinitfile.cc171 new BoolGameOption(SIMPLE_NAME(enable_recast_spell), true), in build_options_list()