If you are a developer, please build MegaGlest on your own and get in touch to contribute (or post your patches on the forums).
Index: trunk/source/glest_game/type_instances/unit.cpp===================================================================*** trunk/source/glest_game/type_instances/unit.cpp (revision 77)--- trunk/source/glest_game/type_instances/unit.cpp (working copy)****************** 437,442 ****--- 437,445 ---- return crFailUndefined; }+ //undo so we get any refunds.+ undoCommand(commands.back());+ //delete ans pop command delete commands.back(); commands.pop_back();