probable typo fix in mcastu.c
M. Allison
This commit is contained in:
+1
-1
@@ -507,7 +507,7 @@ int spellnum;
|
|||||||
spellnum == 4 || spellnum == 2 || spellnum == 1)
|
spellnum == 4 || spellnum == 2 || spellnum == 1)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
} else if (adtyp == AD_CLRC) {
|
} else if (adtyp == AD_CLRC) {
|
||||||
if (spellnum == 9 || spellnum == 8 | spellnum == 2 || spellnum == 1)
|
if (spellnum == 9 || spellnum == 8 || spellnum == 2 || spellnum == 1)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user