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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user