mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-16 17:24:04 +00:00
refactored the parameter (saver/setting) system
This commit is contained in:
@@ -2032,7 +2032,7 @@ int args() {
|
||||
}
|
||||
|
||||
void change_default_key(int key, int val) {
|
||||
char* t = scfg_bringris.keyaction;
|
||||
int* t = scfg_bringris.keyaction;
|
||||
t[key] = val;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user