remove debug, whoops
This commit is contained in:
parent
349d9e230b
commit
b062655a19
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ namespace TouchyTickets {
|
||||||
game.AppliedUpgrades.Add(Upgrade.Upgrades[name]);
|
game.AppliedUpgrades.Add(Upgrade.Upgrades[name]);
|
||||||
game.Tutorial.CurrentStep = data.TutorialStep;
|
game.Tutorial.CurrentStep = data.TutorialStep;
|
||||||
|
|
||||||
Console.WriteLine("OLD SAVE VERSION: " + data.SaveVersion);
|
|
||||||
// version 1 had smaller maps
|
// version 1 had smaller maps
|
||||||
if (data.SaveVersion <= 1) {
|
if (data.SaveVersion <= 1) {
|
||||||
game.Map = game.Map.Copy(20, 20);
|
game.Map = game.Map.Copy(20, 20);
|
||||||
|
|
Loading…
Reference in a new issue