diff options
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r-- | src/map/magic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp index 5c2daf3..d50d5a7 100644 --- a/src/map/magic.cpp +++ b/src/map/magic.cpp @@ -95,7 +95,7 @@ int magic_message(character_t *caster, char *spell_, size_t) effects = NULL; #ifdef DEBUG - fprintf(stderr, "Found spell `%s', triggered = %d\n", spell_, + FPRINTF(stderr, "Found spell `%s', triggered = %d\n", spell_, effects != NULL); #endif if (bool(caster->status.option & Option::HIDE)) |