]> granicus.if.org Git - nethack/commit
spell lint
authorPatR <rankin@nethack.org>
Thu, 23 Jun 2016 13:21:58 +0000 (06:21 -0700)
committerPatR <rankin@nethack.org>
Thu, 23 Jun 2016 13:21:58 +0000 (06:21 -0700)
commit02db340cd64df0d30f40b5ce92b2fe1f67d3610c
tree6297ce5ea816f7d5441bcae94c88ca4a5a13a4b3
parent1f787c077bf7f4d60beec2bb2daaff29da7bf61c
spell lint

Mark an unused function argument as UNUSED.  Also, hurtle_step is
the recoil from throwing or kicking while levitating, which isn't
related to the recently added spellcasting line-of-sight check, so
rename spell_hurtle_step to spell_aim_step.
src/spell.c