diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-17 19:37:01 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-17 19:37:01 +0000 |
commit | 65e4adfc4f90aa087b7cde089029636257761a36 (patch) | |
tree | 79796c7ff6ff92712c8b5c028d4c2347f7407314 /src/map/magic.h | |
parent | 7fcff757d7896c321a3ae5c6c4c4195031265b43 (diff) | |
download | tmwa-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.h | 4 |
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_) */ |