prevent infinite recursion in impossible

This commit is contained in:
nethack.allison
2003-12-05 12:30:18 +00:00
parent 4d7a39e563
commit 40f3251cf4
4 changed files with 19 additions and 6 deletions

View File

@@ -100,6 +100,7 @@ prevent "see it drop from your pack" when figurine monster becomes undetected
attempting to drop a subset of a stack of multiple cursed loadstones could
corrupt inventory or cause a crash
"miss" message was missing for thrown or kicked gold not caught by a monster
prevent recursive impossible() and panic() calls from leading to a stack overflow
Platform- and/or Interface-Specific Fixes