summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 11:19:35 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-21 11:19:35 +0000
commit6e7c6ae56792add3f8d701eca7d144d96ed19458 (patch)
tree855f8b6bcdd61c92be270aa6df1efbad2f603547 /crawl-ref/source/ouch.cc
parentefe55b27c4832476e55ba9100da52daa74fdb75b (diff)
downloadcrawl-ref-6e7c6ae56792add3f8d701eca7d144d96ed19458.tar.gz
crawl-ref-6e7c6ae56792add3f8d701eca7d144d96ed19458.zip
Added support for limiting memory used by the Lua interpreter.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1613 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 77b3ee92d3..06c3b9fefb 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -736,7 +736,7 @@ void ouch( int dam, int death_source, kill_method_type death_type,
interrupt_activity( AI_HP_LOSS, &hpl );
if (you.deaths_door && death_type != KILLED_BY_LAVA
- && death_type != KILLED_BY_WATER)
+ && death_type != KILLED_BY_WATER)
{
return;
}