From 6d1fc8256f19e0b320b9b160b198f17af1cd14ff Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 19 May 2014 20:56:03 +0200 Subject: MADS: Some more British -> American English modifications --- engines/mads/nebular/dialogs_nebular.cpp | 2 +- engines/mads/nebular/game_nebular.cpp | 2 +- engines/mads/nebular/game_nebular.h | 2 +- engines/mads/nebular/sound_nebular.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/mads/nebular') diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp index df423f92a8..f22ec1ad90 100644 --- a/engines/mads/nebular/dialogs_nebular.cpp +++ b/engines/mads/nebular/dialogs_nebular.cpp @@ -425,7 +425,7 @@ void PictureDialog::save() { frame->getTransparencyIndex()); _vm->_screen.copyRectToScreen(_vm->_screen.getBounds()); - // Adjust the dialog colours to use + // Adjust the dialog colors to use TEXTDIALOG_CONTENT1 -= 10; TEXTDIALOG_CONTENT2 -= 10; TEXTDIALOG_EDGE -= 10; diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp index 1ec025c8e1..8be6068006 100644 --- a/engines/mads/nebular/game_nebular.cpp +++ b/engines/mads/nebular/game_nebular.cpp @@ -59,7 +59,7 @@ ProtectionResult GameNebular::checkCopyProtection() { return PROTECTION_SUCCEED; } -void GameNebular::initialiseGlobals() { +void GameNebular::initializeGlobals() { int count, count2; int bad; diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h index 82ddfb5972..da252219f4 100644 --- a/engines/mads/nebular/game_nebular.h +++ b/engines/mads/nebular/game_nebular.h @@ -103,7 +103,7 @@ protected: virtual ProtectionResult checkCopyProtection(); - virtual void initialiseGlobals(); + virtual void initializeGlobals(); virtual void setSectionHandler(); diff --git a/engines/mads/nebular/sound_nebular.cpp b/engines/mads/nebular/sound_nebular.cpp index 666b686267..b20b0d2b96 100644 --- a/engines/mads/nebular/sound_nebular.cpp +++ b/engines/mads/nebular/sound_nebular.cpp @@ -154,7 +154,7 @@ ASound::ASound(Audio::Mixer *mixer, const Common::String &filename, int dataOffs if (!_soundFile.open(filename)) error("Could not open file - %s", filename.c_str()); - // Initialise fields + // Initialize fields _commandParam = 0; _activeChannelPtr = nullptr; _samplePtr = nullptr; -- cgit v1.2.3