summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:13:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 19:13:28 +0000
commitae4fa94093711fd3f1773e37ecee850f9a44ea3e (patch)
tree82d1eb23b0293b4cf72315bef1325441da4b3259 /crawl-ref/source/ouch.cc
parente3e699f45f75ee592751667847ed28e0e9a3d447 (diff)
downloadcrawl-ref-ae4fa94093711fd3f1773e37ecee850f9a44ea3e.tar.gz
crawl-ref-ae4fa94093711fd3f1773e37ecee850f9a44ea3e.zip
Properly generalize the target in the "space warps crazily"
translocation miscast. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8389 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 6e3b0064e0..3ad79c6348 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -813,7 +813,7 @@ void ouch(int dam, int death_source, kill_method_type death_type,
ASSERT(!crawl_state.arena);
ait_hp_loss hpl(dam, death_type);
- interrupt_activity( AI_HP_LOSS, &hpl );
+ interrupt_activity(AI_HP_LOSS, &hpl);
if (dam > 0)
you.check_awaken(500);