From 7f0e08dd07b9cacd09d9666a3f3f57ca83dd25f8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 9 Oct 2005 10:07:43 +0000 Subject: [PATCH] uninitialized variable --- src/common/kernel/magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/magic.c b/src/common/kernel/magic.c index b00ffbf37..746d30b51 100644 --- a/src/common/kernel/magic.c +++ b/src/common/kernel/magic.c @@ -2462,7 +2462,7 @@ magic(void) if (!target_r) { /* Fehler "Die Region konnte nicht verzaubert werden" */ ADDMSG(&mage->faction->msgs, msg_message("spellregionresists", - "unit region command", mage, mage->region, co->order)); + "unit region command", mage, mage->region, ord)); continue; } s = getstrtoken();