mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-26 20:42:49 +00:00
rogueviz::ads:: -ds-game1 just like -ads-game1
This commit is contained in:
parent
0e9a6f7dc4
commit
407c3b20b9
@ -771,7 +771,8 @@ void run_ds_game_std() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto ds_hooks =
|
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);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user