From 6e7c6ae56792add3f8d701eca7d144d96ed19458 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 21 Jun 2007 11:19:35 +0000 Subject: 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 --- crawl-ref/source/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') 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; } -- cgit v1.2.3-54-g00ecf