HOPKINS: Fix typo
This commit is contained in:
parent
cdad3b605d
commit
be83708ef5
2 changed files with 4 additions and 4 deletions
|
@ -92,7 +92,7 @@ void FileManager::constructFilename(const Common::String &folder, const Common::
|
||||||
Common::String folderToUse = folder;
|
Common::String folderToUse = folder;
|
||||||
|
|
||||||
// A lot of the code in the original engine based on COPIE_SEQ was used to determine
|
// A lot of the code in the original engine based on COPIE_SEQ was used to determine
|
||||||
// whether a file resided on the CD or hard disk. Since the ScummVM implementatoin
|
// whether a file resided on the CD or hard disk. Since the ScummVM implementation
|
||||||
// requires all the files in the same location, we only need to do a somewhat simpler
|
// requires all the files in the same location, we only need to do a somewhat simpler
|
||||||
// check for animations that don't exist in the ANM folder, but rather in special
|
// check for animations that don't exist in the ANM folder, but rather in special
|
||||||
// sub-folders depending on the physical screen resolution being used.
|
// sub-folders depending on the physical screen resolution being used.
|
||||||
|
|
|
@ -614,15 +614,15 @@ void SoundManager::PLAY_SOUND2(const Common::String &file) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::MODSetSampleVolume() {
|
void SoundManager::MODSetSampleVolume() {
|
||||||
// No implementatoin needed
|
// No implementation needed
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::MODSetVoiceVolume() {
|
void SoundManager::MODSetVoiceVolume() {
|
||||||
// No implementatoin needed
|
// No implementation needed
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::MODSetMusicVolume(int volume) {
|
void SoundManager::MODSetMusicVolume(int volume) {
|
||||||
// No implementatoin needed
|
// No implementation needed
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundManager::loadSample(int wavIndex, const Common::String &file) {
|
void SoundManager::loadSample(int wavIndex, const Common::String &file) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue