diff options
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r-- | engines/sci/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h index bddcbffae7..e753dc1686 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -362,7 +362,7 @@ protected: ResourceSource *addInternalMap(const Common::String &name, int resNr); /** - * Checks, if an audio volume got compressed by our tool. If that's the case, it will set audioCompressionType + * Checks, if an audio volume got compressed by our tool. If that's the case, it will set _audioCompressionType * and read in the offset translation table for later usage. */ void checkIfAudioVolumeIsCompressed(ResourceSource *source); |