1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +00:00

rug:: a change to -rugv CLI option now acts immediately

This commit is contained in:
Zeno Rogue 2020-04-09 07:40:47 +02:00
parent cb25dd27be
commit 19c7c63677

View File

@ -2035,6 +2035,7 @@ int rugArgs() {
else if(argis("-rugv")) {
shift(); vertex_limit = argi();
err_zero_current = err_zero;
}
else if(argis("-rugon")) {