changed AudioPlayer::PlaySound() to AudioPlayer::playSound()
This commit is contained in:
@@ -58,7 +58,7 @@ void mixaudio(void *unused, Uint8 *stream, int len)
|
||||
}
|
||||
}
|
||||
|
||||
void AudioPlayer::PlaySound(std::string fileString)
|
||||
void AudioPlayer::playSound(std::string fileString)
|
||||
{
|
||||
|
||||
if(initiated)
|
||||
|
||||
Reference in New Issue
Block a user