From 6ab8bec6b7eeee59b9bdb946aba467ef9b9d69e5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 10 Jan 2009 22:16:26 +0000 Subject: Fix compilation (oops). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8398 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/arena.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc index 4816004bd5..9093a2be53 100644 --- a/crawl-ref/source/arena.cc +++ b/crawl-ref/source/arena.cc @@ -797,7 +797,9 @@ namespace arena { // Set various options from the arena spec's tags try + { parse_monster_spec(); + } catch (const std::string &error) { write_error(error); @@ -875,7 +877,9 @@ namespace arena do { try + { setup_fight(); + } catch (const std::string &error) { write_error(error); -- cgit v1.2.3-54-g00ecf