Change to use the new map for testing the random map system.

This commit is contained in:
Tim Young 2017-08-30 14:18:10 -05:00
parent 77a10251bf
commit 7c4ff7aac3

View File

@ -2148,7 +2148,7 @@ namespace EduNetworkBuilder
private void LoadSolvedRandomMap(int difficulty = 5)
{
//we will prompt for stuff. For now, just use the firewalls network
LoadSolvedResource( SolvedNetworkNames.firewalls.ToString());
LoadSolvedResource( SolvedNetworkNames.InternetHomeAndOffice.ToString());
myNetwork.StartingHelpLevel = NetTestVerbosity.full;
myNetwork.HintsToDisplay = NetTestVerbosity.full;