MegaGlests' game mods menu let's you install many new mods. Even more are available on the MegaGlest Wiki and the Mods forum.
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();