1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-21 18:23:15 +00:00

rogueviz::ads:: -ds-game1 just like -ads-game1

This commit is contained in:
Zeno Rogue 2025-02-09 01:15:24 +01:00
parent 0e9a6f7dc4
commit 407c3b20b9

View File

@ -771,7 +771,8 @@ void run_ds_game_std() {
}
auto ds_hooks =
arg::add3("-ds-game", run_ds_game);
arg::add3("-ds-game1", run_ds_game) +
arg::add3("-ds-game", run_ds_game_std);
}
}