aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sound.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 00:58:25 +0200
committerJohannes Schickel2014-05-27 00:58:25 +0200
commit9099b36caa88d7675a03fb0bd283acf4e1122474 (patch)
tree9eec36c2e46e5e0937847ec4e67de23a3a1d59d5 /engines/mads/sound.h
parentdb3ca8255fd0f237e2b180a94e3124e0caf00e45 (diff)
downloadscummvm-rg350-9099b36caa88d7675a03fb0bd283acf4e1122474.tar.gz
scummvm-rg350-9099b36caa88d7675a03fb0bd283acf4e1122474.tar.bz2
scummvm-rg350-9099b36caa88d7675a03fb0bd283acf4e1122474.zip
MADS: initialise -> initialize.
Diffstat (limited to 'engines/mads/sound.h')
-rw-r--r--engines/mads/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/sound.h b/engines/mads/sound.h
index 0fd9ac1095..9a251f9dd0 100644
--- a/engines/mads/sound.h
+++ b/engines/mads/sound.h
@@ -47,7 +47,7 @@ public:
~SoundManager();
/**
- * Initialises the sound driver for a given game section
+ * Initializes the sound driver for a given game section
*/
void init(int sectionNumber);