1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-08 05:42:10 +00:00

added option -tes as a synonym for -arbi

This commit is contained in:
Zeno Rogue
2020-06-06 18:43:09 +02:00
parent 8ec8ebc1d7
commit f8f166eb08
+1 -1
View File
@@ -904,7 +904,7 @@ int readArgs() {
using namespace arg;
if(0) ;
else if(argis("-arbi")) {
else if(argis("-tes") || argis("-arbi")) {
PHASEFROM(2);
shift();
run(args());