Hopefully to fix the crashing (part 2)

This commit is contained in:
Aktanusa
2016-02-09 13:45:42 -05:00
parent f1a79cbaa3
commit 6e09c8dafb

View File

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