From a69e10a4fef3e2fa7e3c7a595197c80875827c2b Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Mon, 17 Jan 2005 02:22:06 +0000 Subject: [PATCH] oops, move start-up sound back where it belongs --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 1d04b7b2e..dc4d50bb2 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -2282,6 +2282,7 @@ int main(int argc, char * argv[]) do_setcursor(cursor_arrow); + playsound(0, SND_HARP, 1); do_wait(); @@ -7443,7 +7444,6 @@ static void setup(int argc, char * argv[]) SDL_BlitSurface(tmp_surf, NULL, screen, &dest); SDL_FreeSurface(tmp_surf); SDL_Flip(screen); - playsound(0, SND_HARP, 1); SDL_FreeSurface(img_title);