From 7e4fd1acfc86cd696803af855eca966ad27cffeb Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 5 Mar 2012 22:00:35 +0100 Subject: Refactor: Delete crazy amounts of duplicate code --- src/variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variable.c') 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; -- cgit v1.2.3