Merge pull request #1560 from lolbot-iichan/dev-fix-multi-team-ant-legs
ENGINE: Fix operator < for COldModelManager::FileInfofix-squashed-planets
commit
cbfcbae7ab
|
@ -114,6 +114,8 @@ private:
|
||||||
|
|
||||||
if (variant < other.variant)
|
if (variant < other.variant)
|
||||||
return true;
|
return true;
|
||||||
|
if (variant > other.variant)
|
||||||
|
return false;
|
||||||
|
|
||||||
return !mirrored && mirrored != other.mirrored;
|
return !mirrored && mirrored != other.mirrored;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue