Hopefully to fix the crashing (part 3)

This commit is contained in:
Aktanusa
2016-02-09 13:46:50 -05:00
parent 6e09c8dafb
commit 348c47e1dc

View File

@@ -2035,7 +2035,7 @@ CM.ReplaceNative = function() {
Game.RebuildUpgrades = function() {
CM.Backup.RebuildUpgrades();
CM.Disp.AddTooltipUpgrade();
CM.Sim.DoSims = 1;
Game.CalculateGains();
}
CM.Backup.UpdateMenu = Game.UpdateMenu;