From bb22629b500e92919cdda59597bad8f2f963bdf9 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 21 Nov 2004 00:49:30 +0000 Subject: [PATCH] renamed CREDITS to credits.txt SVN-Revision: 2119 --- data/{CREDITS => credits.txt} | 0 src/title.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{CREDITS => credits.txt} (100%) diff --git a/data/CREDITS b/data/credits.txt similarity index 100% rename from data/CREDITS rename to data/credits.txt diff --git a/src/title.cpp b/src/title.cpp index a1739666e..8c59ccae9 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -417,7 +417,7 @@ void title(void) break; case MNID_CREDITS: fadeout(500); - display_text_file("CREDITS", SCROLL_SPEED_CREDITS, white_big_text , white_text, white_small_text, blue_text ); + display_text_file("credits.txt", SCROLL_SPEED_CREDITS, white_big_text , white_text, white_small_text, blue_text ); fadeout(500); Menu::set_current(main_menu); break; -- 2.11.0