TONY: American-ification of English used

This commit is contained in:
Strangerke 2012-06-17 18:36:23 +02:00
parent e36f36168d
commit b36b666300
16 changed files with 49 additions and 49 deletions

View file

@ -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();