uninitialized variable

This commit is contained in:
Enno Rehling 2005-10-09 10:07:43 +00:00
parent 72fd99987b
commit 7f0e08dd07
1 changed files with 1 additions and 1 deletions

View File

@ -2462,7 +2462,7 @@ magic(void)
if (!target_r) { if (!target_r) {
/* Fehler "Die Region konnte nicht verzaubert werden" */ /* Fehler "Die Region konnte nicht verzaubert werden" */
ADDMSG(&mage->faction->msgs, msg_message("spellregionresists", ADDMSG(&mage->faction->msgs, msg_message("spellregionresists",
"unit region command", mage, mage->region, co->order)); "unit region command", mage, mage->region, ord));
continue; continue;
} }
s = getstrtoken(); s = getstrtoken();