aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.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/gfxengine.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/gfxengine.cpp')
-rw-r--r--engines/tony/gfxengine.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp
index 9dab3eeb52..bb48be11c4 100644
--- a/engines/tony/gfxengine.cpp
+++ b/engines/tony/gfxengine.cpp
@@ -497,21 +497,21 @@ void RMGfxEngine::init() {
// Create the freeze event
_csMainLoop = g_system->createMutex();
- // Initialise the IRQ function for items for MPAL
+ // Initialize the IRQ function for items for MPAL
GLOBALS._gfxEngine = this;
mpalInstallItemIrq(itemIrq);
- // Initialise the input
+ // Initialize the input
_input.init();
- // Initialise the mouse pointer
+ // Initialize the mouse pointer
_point.init();
- // Initialise Tony
+ // Initialize Tony
_tony.init();
_tony.linkToBoxes(&_vm->_theBoxes);
- // Initialise the inventory and the interface
+ // Initialize the inventory and the interface
_inv.init();
_inter.init();