From 975fcfd81ab40779b4a12bb1ca23cdbc27884a72 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Sun, 28 Aug 2022 09:08:26 +0200 Subject: [PATCH] Debug info removed --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cpp b/main.cpp index 2508ada..d844c26 100644 --- a/main.cpp +++ b/main.cpp @@ -16,10 +16,6 @@ int main(int argc, char **argv) { JA_Sound peiv = JA_LoadSound("menu_select.wav"); int channel = -1; - char str[80]; - sprintf(str, "JailAudio: %i", JA_GetTime()); - SDL_SetWindowTitle(sdlWindow, str); - JA_PlayMusic(music, true); int volume = 128; bool should_exit = false;