summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-11 18:14:37 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-11 18:14:37 +0000
commit9a21a52ed2311e7c93ee5129414867acc4661389 (patch)
treea106af0f6fefbc9cc06a9c50ff78f92411a244ac /crawl-ref/source/fight.h
parenta5cc86cbd8bbfd53f3ce5321784e64d37fdc8cac (diff)
downloadcrawl-ref-9a21a52ed2311e7c93ee5129414867acc4661389.tar.gz
crawl-ref-9a21a52ed2311e7c93ee5129414867acc4661389.zip
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
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h1
1 files changed, 1 insertions, 0 deletions
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.