Fixed some issues but still non working
This commit is contained in:
@@ -128,15 +128,15 @@ namespace SharpPropagation
|
||||
int[] stats;
|
||||
do
|
||||
{
|
||||
|
||||
//REMOVE THIS WHEN RELEASE
|
||||
test++;
|
||||
/*
|
||||
|
||||
if (test > 100)
|
||||
{
|
||||
Display();
|
||||
//Display();
|
||||
test = 0;
|
||||
}
|
||||
*/
|
||||
|
||||
stats = GetStats();
|
||||
List<Human> peopleToCheck = new List<Human>();
|
||||
|
||||
@@ -280,7 +280,7 @@ namespace SharpPropagation
|
||||
}//);
|
||||
}
|
||||
|
||||
} /*while (stats[1] > 0);*/ while (test < 1000);
|
||||
}while (stats[1] > 0); /*while (test < 1000);*/
|
||||
// It will run until the last infected man either dies or cures
|
||||
}
|
||||
public bool wouldBeInfected()
|
||||
|
||||
Reference in New Issue
Block a user