X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.cpp;h=e1501129624d7227591d91ab07385610efcbf159;hb=ee6972038331a3c26a2a6a0bdb2baca25475b1d2;hp=a1739666e19a43941473e6049e45065a77c2d706;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/title.cpp b/src/title.cpp index a1739666e..e15011296 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -279,7 +279,6 @@ void draw_demo(float elapsed_time) world->play_music(LEVEL_MUSIC); - global_frame_counter++; tux->key_event((SDLKey) keymap.right,DOWN); if(random_timer.check()) { @@ -417,7 +416,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;