aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.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/mads.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/mads.h')
-rw-r--r--engines/mads/mads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index 3f325fd6a1..9a8f2152a1 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -83,7 +83,7 @@ private:
/**
* Handles basic initialisation
*/
- void initialise();
+ void initialize();
protected:
// Engine APIs
virtual Common::Error run();