1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

fixed CLI for tree to -tree not -tol

This commit is contained in:
Zeno Rogue 2020-04-16 20:59:05 +02:00
parent a380134d29
commit 75f2a84333

View File

@ -113,7 +113,7 @@ int readArgs() {
if(0) ;
else if(argis("-tol")) {
else if(argis("-tree")) {
PHASE(3); shift(); tree::read(args());
}