Debug info removed

This commit is contained in:
2022-08-28 09:08:26 +02:00
parent 52df28a4f0
commit 975fcfd81a

View File

@@ -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;