summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-03-05 22:00:35 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:26:32 +0200
commit7e4fd1acfc86cd696803af855eca966ad27cffeb (patch)
treec0ea1db0c38acb6b7906045e052c50b47c057d51 /src/variable.c
parentb71e458b9a8de777f4861daf91b3b94189247ed5 (diff)
Refactor: Delete crazy amounts of duplicate code
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;