mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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 =
|
||||
arg::add3("-ds-game", run_ds_game)
|
||||
+ arg::add3("-ds-recenter", [] { current = Id; })
|
||||
+ arg::add3("-ds-record", ds_record);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user