mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 23:47:40 +00:00
added option -tes as a synonym for -arbi
This commit is contained in:
@@ -904,7 +904,7 @@ int readArgs() {
|
|||||||
using namespace arg;
|
using namespace arg;
|
||||||
|
|
||||||
if(0) ;
|
if(0) ;
|
||||||
else if(argis("-arbi")) {
|
else if(argis("-tes") || argis("-arbi")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift();
|
shift();
|
||||||
run(args());
|
run(args());
|
||||||
|
Reference in New Issue
Block a user