TONY: American-ification of English used
This commit is contained in:
parent
e36f36168d
commit
b36b666300
16 changed files with 49 additions and 49 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue