forked from github/server
uninitialized variable
This commit is contained in:
parent
72fd99987b
commit
7f0e08dd07
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue