From 10af293becc1e2549c698a50bd05bb463a9939ec Mon Sep 17 00:00:00 2001 From: Charadon Date: Tue, 14 Jun 2022 19:03:59 -0400 Subject: Removed some debug stuff --- src/title.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/title.c b/src/title.c index da732ba..9fe11cf 100644 --- a/src/title.c +++ b/src/title.c @@ -475,7 +475,6 @@ int title_screen() { if(NoScores == 1) { goto skip; } - printf("%c\n", Top10[0].Name[0]); char LeaderboardText[1024]; for (int i = 1; i <= 10; i++) { if(Top10[i-1].Name[0] != '\0') { //If name is blank, that means we're at the end of the list. @@ -498,7 +497,6 @@ int title_screen() { EndMode2D(); DrawText(VersionString, GetScreenWidth()-400, GetScreenHeight()-32, 32, GREEN); EndDrawing(); - printf("%lf, %d\n", GetTime()-Started, SDL_AtomicGet(&Ticks)); } Mix_HaltMusic(); Mix_FreeMusic(TitleMusic); -- cgit 1.4.1-2-gfad0