aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-12 07:54:14 +0100
committerStrangerke2014-02-12 07:54:14 +0100
commite7cc3fc4df2580870a6547a0c34e9d6b26063178 (patch)
treeca55c287ae46e717e67c4b3d312ee6efabca6283 /engines/voyeur/voyeur.cpp
parent82b4768dd76a9962d4781be4353467cd85dc44c3 (diff)
downloadscummvm-rg350-e7cc3fc4df2580870a6547a0c34e9d6b26063178.tar.gz
scummvm-rg350-e7cc3fc4df2580870a6547a0c34e9d6b26063178.tar.bz2
scummvm-rg350-e7cc3fc4df2580870a6547a0c34e9d6b26063178.zip
VOYEUR: Use American English instead of British English in several places
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r--engines/voyeur/voyeur.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index adec4fbffa..911daa0e2b 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -57,7 +57,7 @@ VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc)
DebugMan.addDebugChannel(kDebugScripts, "scripts", "Game scripts");
- initialiseManagers();
+ initializeManagers();
}
VoyeurEngine::~VoyeurEngine() {
@@ -91,7 +91,7 @@ int VoyeurEngine::getRandomNumber(int maxNumber) {
return _randomSource.getRandomNumber(maxNumber);
}
-void VoyeurEngine::initialiseManagers() {
+void VoyeurEngine::initializeManagers() {
_debugger.setVm(this);
_eventsManager.setVm(this);
_filesManager.setVm(this);