resistance: move to <resistance> node

This commit is contained in:
ARDiDo 2021-10-24 12:08:30 -04:00 committed by Johan Malm
parent ac58ab10a7
commit 8f8359597c
2 changed files with 4 additions and 2 deletions

View file

@ -322,7 +322,7 @@ entry(xmlNode *node, char *nodename, char *content)
rc.repeat_rate = atoi(content);
} else if (!strcasecmp(nodename, "repeatDelay.keyboard")) {
rc.repeat_delay = atoi(content);
} else if (!strcasecmp(nodename, "screenEdgeStrength.core")) {
} else if (!strcasecmp(nodename, "screenEdgeStrength.resistance")) {
rc.screen_edge_strength = atoi(content);
}
}