From f1e3ca24060130e0c9205de20e367bcf814896d1 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Mon, 15 Oct 2007 10:32:44 +0000 Subject: Fix problem of friendly monsters not using any energy when there's nothing around to fight and they're right next to the player. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2467 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.h') diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h index bf44785488..03984b03b9 100644 --- a/crawl-ref/source/fight.h +++ b/crawl-ref/source/fight.h @@ -54,7 +54,7 @@ bool you_attack(int monster_attacked, bool unarmed_attacks); /* *********************************************************************** * called from: monstuff * *********************************************************************** */ -void monster_attack(int monster_attacking); +bool monster_attack(int monster_attacking); // last updated: 08jun2000 {dlb} -- cgit v1.2.3-54-g00ecf