mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed CLI for tree to -tree not -tol
This commit is contained in:
parent
a380134d29
commit
75f2a84333
@ -113,7 +113,7 @@ int readArgs() {
|
||||
|
||||
if(0) ;
|
||||
|
||||
else if(argis("-tol")) {
|
||||
else if(argis("-tree")) {
|
||||
PHASE(3); shift(); tree::read(args());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user