home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db986d
)
Minor spelling correction.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 28 Apr 2013 04:27:39 +0000
(06:27 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 28 Apr 2013 04:27:39 +0000
(06:27 +0200)
roguelike.c
patch
|
blob
|
history
diff --git
a/roguelike.c
b/roguelike.c
index b571edc088bae4995ba455c88c484d54165ef140..e2c5474869a7132eb64d19797ad059b8593e0afd 100644
(file)
--- a/
roguelike.c
+++ b/
roguelike.c
@@
-268,7
+268,7
@@
void init_keybindings(struct World * world) {
world->keyswindata = keyswindata; }
void save_keybindings(struct World * world) {
-// Write keybidings to keybindings file.
+// Write keybi
n
dings to keybindings file.
struct KeysWinData * keyswindata = (struct KeysWinData *) world->keyswindata;
struct KeyBinding * keybindings = world->keybindings;
FILE * file = fopen("keybindings", "w");