mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
ads-game:: -ds-recenter feature
This commit is contained in:
parent
6fa7cdaf0a
commit
3518c9abf3
@ -646,6 +646,7 @@ void ds_record() {
|
|||||||
|
|
||||||
auto ds_hooks =
|
auto ds_hooks =
|
||||||
arg::add3("-ds-game", run_ds_game)
|
arg::add3("-ds-game", run_ds_game)
|
||||||
|
+ arg::add3("-ds-recenter", [] { current = Id; })
|
||||||
+ arg::add3("-ds-record", ds_record);
|
+ arg::add3("-ds-record", ds_record);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user