Change to use the new map for testing the random map system.
This commit is contained in:
parent
77a10251bf
commit
7c4ff7aac3
@ -2148,7 +2148,7 @@ namespace EduNetworkBuilder
|
|||||||
private void LoadSolvedRandomMap(int difficulty = 5)
|
private void LoadSolvedRandomMap(int difficulty = 5)
|
||||||
{
|
{
|
||||||
//we will prompt for stuff. For now, just use the firewalls network
|
//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.StartingHelpLevel = NetTestVerbosity.full;
|
||||||
myNetwork.HintsToDisplay = NetTestVerbosity.full;
|
myNetwork.HintsToDisplay = NetTestVerbosity.full;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user