Fix some issues found with fuzz testing
commitb8d8556eff8eb133c56f27421a905a30d9a7e975
authorPasi Kallinen <paxed@alt.org>
Wed, 7 Dec 2016 15:53:03 +0000 (7 17:53 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 7 Dec 2016 15:53:08 +0000 (7 17:53 +0200)
tree716235c8ee8167b3a360974981fb7928a9ba4459
parentdaff7653f866ba7f3c4775d1dc0ef0c356c198b3
Fix some issues found with fuzz testing

Mostly to do with relocating monsters when the level is already full,
and unsticking a monster if it gets relocated.
include/extern.h
src/dog.c
src/mhitm.c
src/mon.c
src/wizard.c