1
0
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:
Zeno Rogue
2024-05-26 20:22:29 +02:00
parent a80a73458a
commit 1c74774bfa
15 changed files with 657 additions and 778 deletions

View File

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