summaryrefslogtreecommitdiff
path: root/src/map/magic.c
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-10-31 00:24:52 +0000
committerDennis Friis <peavey@placid.dk>2008-10-31 00:24:52 +0000
commitb5c143b5ac5935dc7378dfb4314003e445efb5d1 (patch)
treee3ec060cd0e11c460639fc917790a1e3873feedc /src/map/magic.c
parent2523c57e9719ded02429baa4c7ed405c6271afdf (diff)
downloadtmwa-b5c143b5ac5935dc7378dfb4314003e445efb5d1.tar.gz
tmwa-b5c143b5ac5935dc7378dfb4314003e445efb5d1.tar.bz2
tmwa-b5c143b5ac5935dc7378dfb4314003e445efb5d1.tar.xz
tmwa-b5c143b5ac5935dc7378dfb4314003e445efb5d1.zip
Fix a bug in magic due to recent restructuring. Patch by fate.
Diffstat (limited to 'src/map/magic.c')
-rw-r--r--src/map/magic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic.c b/src/map/magic.c
index 7309281..0fc2881 100644
--- a/src/map/magic.c
+++ b/src/map/magic.c
@@ -106,7 +106,7 @@ magic_message(character_t *caster,
while (*source_invocation)
*source_invocation++ = '.';
}
- return 0;
+ return 1;
}
return 0; /* Not a spell */