projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3f7c5
)
Activate key was not been saved.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 20 Jun 2004 17:43:26 +0000
(17:43 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sun, 20 Jun 2004 17:43:26 +0000
(17:43 +0000)
SVN-Revision: 1504
src/configfile.cpp
patch
|
blob
|
history
diff --git
a/src/configfile.cpp
b/src/configfile.cpp
index
501f968
..
a0122e2
100644
(file)
--- a/
src/configfile.cpp
+++ b/
src/configfile.cpp
@@
-142,6
+142,7
@@
void saveconfig (void)
fprintf(config, "\t(keyboard-left %d)\n", keymap.left);
fprintf(config, "\t(keyboard-right %d)\n", keymap.right);
fprintf(config, "\t(keyboard-fire %d)\n", keymap.fire);
+ fprintf(config, "\t(keyboard-activate %d)\n", keymap.activate);
fprintf(config, ")\n");
}