attempt to fix weird morph bug found by Elimnator

This commit is contained in:
Mark Vejvoda 2013-05-26 00:27:50 +00:00
parent cef0ce9978
commit d901670c15

View File

@ -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;
} }