- Switched -r n behaviour for Arachne, effectively turning it into the

upper bound on runs.
This commit is contained in:
ccremers
2004-08-16 14:49:41 +00:00
parent 536e5bf237
commit f384042bfe
4 changed files with 91 additions and 26 deletions

View File

@@ -58,6 +58,7 @@ systemInit ()
sys->output = ATTACK; // default is to show the attacks
sys->porparam = 0; // multi-purpose parameter
sys->latex = 0; // latex output?
sys->switchRuns = INT_MAX;
sys->switchScenario = 0;
sys->switchScenarioSize = 0;
sys->switchForceChoose = 1; // force explicit chooses by default