From 9fc2336c2de1b9e3580b0390ad3be30357763ab2 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Thu, 26 Nov 2009 03:07:54 +0000 Subject: [PATCH] Fix variable name --- rogue4/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogue4/rip.c b/rogue4/rip.c index 8952588..bebbf26 100644 --- a/rogue4/rip.c +++ b/rogue4/rip.c @@ -241,7 +241,7 @@ void writelog(int amount, int flags, char monst) FILE *logfi; char logmessage[160], ltemp[80]; char *killer; - if (waswizard) + if (noscore) return; #ifdef LOGFILE if (lfd >= 0)