summaryrefslogtreecommitdiff
path: root/src/map/magic.c
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-31 16:23:02 -0700
committerFate <fate-tmw@googlemail.com>2009-01-31 16:23:02 -0700
commit2dea6f401e47184fd8f2dc7f4f408c0779af61af (patch)
tree95d3c093d2d227310ca040e235d49dcc32daf892 /src/map/magic.c
parentaa760452a033a4e1f8535185159f1d571a87e3ab (diff)
downloadtmwa-2dea6f401e47184fd8f2dc7f4f408c0779af61af.tar.gz
tmwa-2dea6f401e47184fd8f2dc7f4f408c0779af61af.tar.bz2
tmwa-2dea6f401e47184fd8f2dc7f4f408c0779af61af.tar.xz
tmwa-2dea6f401e47184fd8f2dc7f4f408c0779af61af.zip
Removed some debug output from magic
Diffstat (limited to 'src/map/magic.c')
-rw-r--r--src/map/magic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/magic.c b/src/map/magic.c
index 66c6444..8800bb3 100644
--- a/src/map/magic.c
+++ b/src/map/magic.c
@@ -93,7 +93,6 @@ magic_message(character_t *caster,
if (effects) {
invocation_t *invocation = spell_instantiate(effects, env);
-fprintf(stderr, "[MDEBUG] Allocd spell %d\n", invocation->bl.id);
/* We have a proper spell effect-- obscure the invocation! */
while (*source_invocation) {
if (((rand() * 100.0) / (RAND_MAX * 1.0)) < magic_conf.obscure_chance)