changed AudioPlayer::PlaySound() to AudioPlayer::playSound()

This commit is contained in:
andreja6
2018-05-01 12:14:54 -07:00
parent c875454b40
commit e6ca1cd502
4 changed files with 70 additions and 54 deletions

View File

@@ -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)