mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
attempt to fix weird morph bug found by Elimnator
This commit is contained in:
parent
cef0ce9978
commit
d901670c15
@ -2927,7 +2927,7 @@ bool Unit::morph(const MorphCommandType *mct) {
|
|||||||
if(morphUnitType->getField(fAir)) {
|
if(morphUnitType->getField(fAir)) {
|
||||||
morphUnitField = fAir;
|
morphUnitField = fAir;
|
||||||
}
|
}
|
||||||
else if(morphUnitType->getField(fLand)) {
|
if(morphUnitType->getField(fLand)) {
|
||||||
morphUnitField = fLand;
|
morphUnitField = fLand;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user