aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom
diff options
context:
space:
mode:
authorStrangerke2014-05-19 20:56:03 +0200
committerStrangerke2014-05-19 20:56:03 +0200
commit6d1fc8256f19e0b320b9b160b198f17af1cd14ff (patch)
tree9ddb538cf5a59d00c7c274372a33d06528432f5e /engines/mads/phantom
parente016e65767598d5aeb172f3cce8bcb106df25ddc (diff)
downloadscummvm-rg350-6d1fc8256f19e0b320b9b160b198f17af1cd14ff.tar.gz
scummvm-rg350-6d1fc8256f19e0b320b9b160b198f17af1cd14ff.tar.bz2
scummvm-rg350-6d1fc8256f19e0b320b9b160b198f17af1cd14ff.zip
MADS: Some more British -> American English modifications
Diffstat (limited to 'engines/mads/phantom')
-rw-r--r--engines/mads/phantom/game_phantom.cpp2
-rw-r--r--engines/mads/phantom/game_phantom.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/phantom/game_phantom.cpp b/engines/mads/phantom/game_phantom.cpp
index 5232322c73..bcaec8e648 100644
--- a/engines/mads/phantom/game_phantom.cpp
+++ b/engines/mads/phantom/game_phantom.cpp
@@ -58,7 +58,7 @@ ProtectionResult GamePhantom::checkCopyProtection() {
return PROTECTION_SUCCEED;
}
-void GamePhantom::initialiseGlobals() {
+void GamePhantom::initializeGlobals() {
//int count, count2;
//int bad;
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 96299fb814..3043e538a5 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -52,7 +52,7 @@ protected:
virtual ProtectionResult checkCopyProtection();
- virtual void initialiseGlobals();
+ virtual void initializeGlobals();
virtual void setSectionHandler();