From 9a21a52ed2311e7c93ee5129414867acc4661389 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 11 Mar 2007 18:14:37 +0000 Subject: Import 4.1 TSO stab warning. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1019 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/fight.h') diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h index 2d1d6d6260..ed22a29180 100644 --- a/crawl-ref/source/fight.h +++ b/crawl-ref/source/fight.h @@ -64,6 +64,7 @@ public: // If attacker and/or defender are monsters, these are set. monsters *atk, *def; + bool cancel_attack; bool did_hit, perceived_attack; // If all or part of the action is visible to the player, we need a message. -- cgit v1.2.3-54-g00ecf