mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 19:47:54 +00:00
fixed CLI for tree to -tree not -tol
This commit is contained in:
@@ -113,7 +113,7 @@ int readArgs() {
|
||||
|
||||
if(0) ;
|
||||
|
||||
else if(argis("-tol")) {
|
||||
else if(argis("-tree")) {
|
||||
PHASE(3); shift(); tree::read(args());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user