summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-29 18:17:14 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-29 18:17:14 -0700
commit0c13a33a6036e2368ad86bf6ae2422436282ac76 (patch)
tree59cee32caa50bf307e3e53a9d478c22798600d60
parentb16c4916e5fe2482558821d26ca016a6d05ee29e (diff)
downloadtmwa-0c13a33a6036e2368ad86bf6ae2422436282ac76.tar.gz
tmwa-0c13a33a6036e2368ad86bf6ae2422436282ac76.tar.bz2
tmwa-0c13a33a6036e2368ad86bf6ae2422436282ac76.tar.xz
tmwa-0c13a33a6036e2368ad86bf6ae2422436282ac76.zip
Fix warning in magic status popping
-rw-r--r--src/map/magic-stmt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/magic-stmt.cpp b/src/map/magic-stmt.cpp
index 12fed6e..ebf75c5 100644
--- a/src/map/magic-stmt.cpp
+++ b/src/map/magic-stmt.cpp
@@ -953,6 +953,7 @@ void spell_effect_report_termination(int invocation_id, int bl_id,
invocation_->status_change_refv.pop_back();
try_to_finish_invocation(invocation_);
+ return;
}
}