1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

rv:: intra-demos:: set playermoved to false

This commit is contained in:
Zeno Rogue
2022-03-27 21:18:12 +02:00
parent 36c71eb583
commit 8ecb1ce593
2 changed files with 2 additions and 1 deletions

View File

@@ -730,7 +730,7 @@ EX void initConfig() {
param_b(multi::self_hits, "self_hits", false)
->editable("self hits", 'h');
param_b(multi::two_focus, "two_focus", false)
->editable("auto-adjust two-focus projections", 'f');
->editable("auto-adjust dual-focus projections", 'f');
addsaver(alwaysuse, "use configured keys");
// unfortunately we cannot use key names here because SDL is not yet initialized
for(int i=0; i<512; i++)