1
0
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:
Zeno Rogue 2022-09-29 14:27:06 +02:00
parent 6fa7cdaf0a
commit 3518c9abf3

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