mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
VOYEUR: Fix formatting in sound.cpp.
This commit is contained in:
parent
8584315867
commit
575bcb54a2
@ -28,7 +28,7 @@
|
||||
|
||||
namespace Voyeur {
|
||||
|
||||
SoundManager::SoundManager(Audio::Mixer *mixer) {
|
||||
SoundManager::SoundManager(Audio::Mixer *mixer) {
|
||||
_mixer = mixer;
|
||||
_vocOffset = 0;
|
||||
}
|
||||
@ -54,7 +54,7 @@ void SoundManager::setVOCOffset(int offset) {
|
||||
}
|
||||
|
||||
Common::String SoundManager::getVOCFileName(int idx) {
|
||||
assert (idx >= 0);
|
||||
assert(idx >= 0);
|
||||
return Common::String::format("%s.voc", SZ_FILENAMES[idx]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user