aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-05 08:39:55 +0200
committerStrangerke2012-06-05 08:39:55 +0200
commit23c95d7014ee9875bb1b55c696d0245d7f114ba8 (patch)
tree460c6cbc7aab5c49609358117faa7da62e5e1454 /engines/tony/tony.cpp
parent93cba6d88049d73b965143130a1f7751e3dc79db (diff)
downloadscummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.gz
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.bz2
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.zip
TONY: Some more renaming
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index 98171b2544..cc323eb5d2 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -104,14 +104,14 @@ Common::ErrorCode TonyEngine::init() {
_startTime = g_system->getMillis();
// Init static class fields
- RMText::InitStatics();
- RMTony::InitStatics();
+ RMText::initStatics();
+ RMTony::initStatics();
// Reset the scheduler
CoroScheduler.reset();
// Initialise the graphics window
- _window.Init();
+ _window.init();
// Initialise the function list
Common::fill(_funcList, _funcList + 300, (LPCUSTOMFUNCTION)NULL);