summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 03:04:07 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-20 03:04:07 +0000
commit53eb9a06e5a983ac483bc427aa9125fb74e2fc15 (patch)
tree8a1d8e9f08a571526abb310dac569005800c7669
parent198caf933a1802f1f1b33ea7ebcb6dccf1331329 (diff)
downloadcrawl-ref-53eb9a06e5a983ac483bc427aa9125fb74e2fc15.tar.gz
crawl-ref-53eb9a06e5a983ac483bc427aa9125fb74e2fc15.zip
Merge r7871: fix bug 2430493 (switch back from butchering tool problem).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@7872 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/transfor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 3da96206e3..f6892a78b5 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -796,6 +796,8 @@ void untransform(void)
you.hp = you.hp_max;
}
calc_hp();
+
+ handle_interrupted_swap(true);
} // end untransform()
// XXX: This whole system is a mess as it still relies on special