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