mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
Fix a typo in the RAW format bugfix :-)
svn-id: r50559
This commit is contained in:
parent
2d6f912bd1
commit
6859a30555
@ -180,7 +180,7 @@ SoundSample *LegacySoundArchive::getSample(int i, uint freq) {
|
||||
|
||||
void ZipSoundArchive::openArchive(const char *path, const char *extension, SoundFormat format, int raw_frequency) {
|
||||
closeArchive();
|
||||
if ((_format == RAW || _format == RAW80) && !raw_frequency) {
|
||||
if ((format == RAW || format == RAW80) && !raw_frequency) {
|
||||
error("openArchive() expects frequency for RAW data");
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user