projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3212af
)
Fixing serious bug with try count
author
Martin Read
<martin@blackswordsonics.com>
Sat, 8 Feb 2014 17:13:31 +0000
(17:13 +0000)
committer
Martin Read
<martin@blackswordsonics.com>
Sat, 8 Feb 2014 17:13:31 +0000
(17:13 +0000)
monsters.cc
patch
|
blob
|
history
diff --git
a/monsters.cc
b/monsters.cc
index
0629cda
..
082fc7c
100644
(file)
--- a/
monsters.cc
+++ b/
monsters.cc
@@
-156,7
+156,7
@@
void death_drop(int mon)
int pm = mptr->mon_id;
Coord c = mptr->pos;
Offset delta;
- int tryct;
+ int tryct
= 0
;
while (((lvl.obj_at(c) != NO_OBJ) || (lvl.terrain_at(c) != FLOOR)) &&
(tryct < 100))
{