Add Overwinter to upgrade list

This commit is contained in:
Jack Grigg
2018-02-01 00:48:26 +00:00
parent 9e851450ab
commit 548683767c
3 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ enum UpgradeIndex {
// Sprout must be first
BASE_SPROUT,
UPGRADE_TESTDUMMY,
UPGRADE_OVERWINTER,
// NOTE: Also add new upgrades to NetworkUpgradeInfo in upgrades.cpp
MAX_NETWORK_UPGRADES
};