From 8103762eff0d9315f30f82dc6fa2666a776e18c0 Mon Sep 17 00:00:00 2001 From: Steven Panek Date: Sat, 23 Jun 2012 09:58:50 +0000 Subject: [PATCH] Added a missing brace. --- src/unit.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unit.cpp b/src/unit.cpp index 63e7131eebc..99712cc1e1e 100644 --- a/src/unit.cpp +++ b/src/unit.cpp @@ -2688,6 +2688,7 @@ void unit::add_modification(const std::string& type, const config& mod, bool no_ } else if (apply_to == "halo") { clear_haloes(); cfg_["halo"] = effect["halo"]; + } } // end while } else { // for times = per level & level = 0 we still need to rebuild the descriptions if(apply_to == "attack") {