1
This commit is contained in:
parent
4cb1ac466a
commit
c5d61bbea8
@ -1764,6 +1764,7 @@ void Creature::CheckSpecObject(int new_poly_flags)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}//endif
|
||||||
if ((1 << i) == SAMPLE_POLYFLAGS_MAGMA) {
|
if ((1 << i) == SAMPLE_POLYFLAGS_MAGMA) {
|
||||||
if (a8::HasBitFlag(poly_ext_flags_, i)) {
|
if (a8::HasBitFlag(poly_ext_flags_, i)) {
|
||||||
ClearBuffById(kInMagmaBuffId);
|
ClearBuffById(kInMagmaBuffId);
|
||||||
@ -1798,7 +1799,6 @@ void Creature::CheckSpecObject(int new_poly_flags)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
poly_ext_flags_ = new_poly_flags;
|
poly_ext_flags_ = new_poly_flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user