changeset 23:c9cd46294786

SDL_PauseAudio(0) is called in the engine code now, remove it from here.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Sep 2012 19:14:10 +0300
parents af6fad875a28
children 01f3af410abb
files krapula.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/krapula.c	Sun Sep 30 19:12:32 2012 +0300
+++ b/krapula.c	Sun Sep 30 19:14:10 2012 +0300
@@ -441,7 +441,6 @@
     jmpSetModule(engine.plr, mod);
     jmpPlayOrder(engine.plr, 0);
     jvmSetGlobalVol(engine.dev, 55);
-    SDL_PauseAudio(0);
 
     return DMERR_OK;
 }