summaryrefslogtreecommitdiff
path: root/src/map/magic.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-17 19:37:01 +0000
committerFate <fate-tmw@googlemail.com>2009-06-17 19:37:01 +0000
commit65e4adfc4f90aa087b7cde089029636257761a36 (patch)
tree79796c7ff6ff92712c8b5c028d4c2347f7407314 /src/map/magic.h
parent7fcff757d7896c321a3ae5c6c4c4195031265b43 (diff)
downloadtmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.gz
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.bz2
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.tar.xz
tmwa-65e4adfc4f90aa087b7cde089029636257761a36.zip
Added extra checks to ensure spell invocations aren't incorrectly deleted
Diffstat (limited to 'src/map/magic.h')
-rw-r--r--src/map/magic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic.h b/src/map/magic.h
index 9ca47bb..49f2883 100644
--- a/src/map/magic.h
+++ b/src/map/magic.h
@@ -92,4 +92,8 @@ magic_stop_completely(character_t *c);
int
spell_attack(int caster, int target);
+
+void
+spell_free_invocation(struct invocation *invocation);
+
#endif /* !defined(MAGIC_H_) */