SAGA2: Drop custom TRUE/FALSE

This commit is contained in:
Eugene Sandulenko 2021-06-13 16:56:52 +02:00
parent 4eebd6d6bf
commit 97f7a0e529
No known key found for this signature in database
GPG key ID: 014D387312D34F08
96 changed files with 1251 additions and 1259 deletions

View file

@ -459,7 +459,7 @@ SPECIALSPELL(Resurrect) {
SPECIALSPELL(DispellPoison) {
if (isActor(trg->getObject())) {
Actor *a = (Actor *) trg->getObject();
DispelObjectEnchantment(a->thisID(), makeEnchantmentID(actorPoisoned, TRUE));
DispelObjectEnchantment(a->thisID(), makeEnchantmentID(actorPoisoned, true));
}
}