forked from JailDoctor/JailAudio
Debug info removed
This commit is contained in:
4
main.cpp
4
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;
|
||||
|
||||
Reference in New Issue
Block a user