aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorMax Horn2008-05-24 14:44:22 +0000
committerMax Horn2008-05-24 14:44:22 +0000
commit182ae52a98671fcd398446e5ac4ef983f5a17873 (patch)
tree455ebbc928f8567e3344600dfab4c6e6070144c7 /sound/softsynth
parentb36354c998f19411f35f968895a4dd83546ffa5b (diff)
downloadscummvm-rg350-182ae52a98671fcd398446e5ac4ef983f5a17873.tar.gz
scummvm-rg350-182ae52a98671fcd398446e5ac4ef983f5a17873.tar.bz2
scummvm-rg350-182ae52a98671fcd398446e5ac4ef983f5a17873.zip
typo
svn-id: r32245
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/mt32/mt32emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32/mt32emu.h b/sound/softsynth/mt32/mt32emu.h
index 0aa4df7488..6eedf04bc0 100644
--- a/sound/softsynth/mt32/mt32emu.h
+++ b/sound/softsynth/mt32/mt32emu.h
@@ -29,7 +29,7 @@
#define MT32EMU_MONITOR_PARTIALS 0
// Determines how the waveform cache file is handled (must be regenerated after sampling rate change)
#define MT32EMU_WAVECACHEMODE 0 // Load existing cache if possible, otherwise generate and save cache
-//#define MT32EMU_WAVECACHEMODE 1 // Load existing cache if possible, otherwise generage but don't save cache
+//#define MT32EMU_WAVECACHEMODE 1 // Load existing cache if possible, otherwise generate but don't save cache
//#define MT32EMU_WAVECACHEMODE 2 // Ignore existing cache, generate and save cache
//#define MT32EMU_WAVECACHEMODE 3 // Ignore existing cache, generate but don't save cache