summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c
index 147e1ea7..a0c8debb 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1318,7 +1318,7 @@ bool_ ambush_flag;
bool_ fate_flag;
/* No breeders */
-u16b no_breeds;
+s16b no_breeds;
/* Carried monsters can't take the damage if this is them which attack the player */
bool_ carried_monster_hit = FALSE;