ads-game:: -ds-recenter feature

This commit is contained in:
Zeno Rogue 2022-09-29 14:27:06 +02:00
parent 6fa7cdaf0a
commit 3518c9abf3
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}