mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Use SetInt to set the Keymapping version, instead of Set.
svn-id: r22073
This commit is contained in:
parent
fb905751c7
commit
7b80324c6d
@ -128,7 +128,7 @@ bool Actions::saveMapping() {
|
||||
char tempo[200];
|
||||
int i;
|
||||
tempo[0] = '\0';
|
||||
ConfMan.set("action_mapping_version", version(), domain());
|
||||
ConfMan.setInt("action_mapping_version", version(), domain());
|
||||
for (i=0; i<size(); i++) {
|
||||
char x[10];
|
||||
sprintf(x, "%.4x ", _action_mapping[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user