From dc16ba2adb6c77c31364298d09d42e66500cc025 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Sun, 5 Feb 2012 17:31:04 +0000 Subject: [PATCH] i think this should fix the psp builds. Thanks to Zeth for the help on this one. --- JGE/src/JSfx.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/JGE/src/JSfx.cpp b/JGE/src/JSfx.cpp index a28c0cf5c..1993036b2 100644 --- a/JGE/src/JSfx.cpp +++ b/JGE/src/JSfx.cpp @@ -146,13 +146,7 @@ JSample *JSoundSystem::LoadSample(const char *fileName) void JSoundSystem::PauseMusic(JMusic *music) { - StopMusic(music); -} - - -void JSoundSystem::ResumeMusic(JMusic *music) -{ - PlayMusic(music); + StopMP3(); }