summaryrefslogtreecommitdiff
path: root/src/screen_credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_credits.c')
-rw-r--r--src/screen_credits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_credits.c b/src/screen_credits.c
index b42cfe1..ce352f9 100644
--- a/src/screen_credits.c
+++ b/src/screen_credits.c
@@ -97,6 +97,7 @@ void initScreenCredits()
button_back = newWidgetButton(getMyText("BACK"), WINDOW_SIZE_X/2 -WIDGET_BUTTON_WIDTH/2, WINDOW_SIZE_Y-80, eventWidget);
listWidgetLabel = newList();
+ accessExistFile(PATH_DATA SCREEN_CREDITS_FILE);
textFile = loadTextFile(PATH_DATA SCREEN_CREDITS_FILE);
for( i = 0 ; i < textFile->text->count ; i++ )