i think this should fix the psp builds. Thanks to Zeth for the help on this one.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-05 17:31:04 +00:00
parent 37566d148d
commit dc16ba2adb

View File

@@ -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();
}