diff options
-rw-r--r-- | src/title.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |