summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-12-02 12:25:18 +0300
committerOxore <oxore@protonmail.com>2017-12-02 12:25:18 +0300
commit0edc5e799a5485f405756695491f1a497c21243c (patch)
tree7d29e8627ff30f40a741243a329af0b2a53e04c2 /src
parente600f2e2703108152bac81fcebca1dfc92488295 (diff)
Rename yaml text resource file
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a4a8863..c429ca9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@ void prepare() {
.cSize = {.x = 23, .y = 23}};
initFld();
- texts = ListOfText_getFromListOfKeyMapOfString(ListOfKeyMapOfString_getFromYaml("dat/ya.yaml"));
+ texts = ListOfText_getFromListOfKeyMapOfString(ListOfKeyMapOfString_getFromYaml("dat/texts.yaml"));
w.window = sfRenderWindow_create(w.mode,
windowName_conf,
sfResize | sfClose,