aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-17 18:36:23 +0200
committerStrangerke2012-06-17 18:36:23 +0200
commitb36b66630086044c54f745acfb64f91d90713045 (patch)
tree64da180e2606bbdacb4a4fa2531603fabf0c9a16 /engines/tony/tony.cpp
parente36f36168d0e0b6e2abf29386c2761797735d857 (diff)
downloadscummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.gz
scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.tar.bz2
scummvm-rg350-b36b66630086044c54f745acfb64f91d90713045.zip
TONY: American-ification of English used
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index 654a3f8222..c2f3cc4c89 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -107,7 +107,7 @@ Common::Error TonyEngine::run() {
}
/**
- * Initialise the game
+ * Initialize the game
*/
Common::ErrorCode TonyEngine::init() {
if (isCompressed()) {
@@ -135,10 +135,10 @@ Common::ErrorCode TonyEngine::init() {
// Reset the scheduler
CoroScheduler.reset();
- // Initialise the graphics window
+ // Initialize the graphics window
_window.init();
- // Initialise the function list
+ // Initialize the function list
Common::fill(_funcList, _funcList + 300, (LPCUSTOMFUNCTION)NULL);
initCustomFunctionMap();
@@ -151,17 +151,17 @@ Common::ErrorCode TonyEngine::init() {
if (!mpalInit("ROASTED.MPC", "ROASTED.MPR", _funcList, _funcListStrings))
return Common::kUnknownError;
- // Initialise the update resources
+ // Initialize the update resources
_resUpdate.init("ROASTED.MPU");
- // Initialise the music
+ // Initialize the music
initMusic();
- // Initialise the voices database
+ // Initialize the voices database
if (!openVoiceDatabase())
return Common::kReadingFailed;
- // Initialise the boxes
+ // Initialize the boxes
_theBoxes.init();
// Link to the custom graphics engine