1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-02 04:48:06 +00:00

changed the default value of autojoy to false

This commit is contained in:
Zeno Rogue
2025-11-11 18:42:14 +01:00
parent f77d733700
commit 1b388c0300

View File

@@ -1025,7 +1025,7 @@ EX int lang() {
return default_language;
}
EX bool autojoy = true;
EX bool autojoy = false;
EX void paramset(charstyle& cs, string s) {
param_i(cs.charid, s + ".charid");