diff options
Diffstat (limited to 'engines/zvision')
-rw-r--r-- | engines/zvision/zork_avi_decoder.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/zvision/zork_avi_decoder.h b/engines/zvision/zork_avi_decoder.h index 1dff304894..1ce2508828 100644 --- a/engines/zvision/zork_avi_decoder.h +++ b/engines/zvision/zork_avi_decoder.h @@ -47,11 +47,11 @@ private: Video::AVIDecoder::AVIAudioTrack *createAudioTrack(Video::AVIDecoder::AVIStreamHeader sHeader, Video::AVIDecoder::PCMWaveFormat wvInfo); - private: - // Audio Codecs - enum { - kWaveFormatZorkPCM = 17 // special Zork PCM audio format (clashes with MS IMA ADPCM) - }; +private: + // Audio Codecs + enum { + kWaveFormatZorkPCM = 17 // special Zork PCM audio format (clashes with MS IMA ADPCM) + }; }; } // End of namespace ZVision |