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
1 changed files with 1 additions and 1 deletions

View File

@ -2927,7 +2927,7 @@ bool Unit::morph(const MorphCommandType *mct) {
if(morphUnitType->getField(fAir)) {
morphUnitField = fAir;
}
else if(morphUnitType->getField(fLand)) {
if(morphUnitType->getField(fLand)) {
morphUnitField = fLand;
}