aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-07 07:58:01 +0200
committerStrangerke2012-06-07 07:58:01 +0200
commit53bd99ce870ac5bd7f65d1e45641e13070f652d0 (patch)
treeb98be433589543aa1a96b17495eb22f3127bacdf /engines/tony/tony.cpp
parent53e38106b73e6ad9e6f725857483bfd35e961326 (diff)
downloadscummvm-rg350-53bd99ce870ac5bd7f65d1e45641e13070f652d0.tar.gz
scummvm-rg350-53bd99ce870ac5bd7f65d1e45641e13070f652d0.tar.bz2
scummvm-rg350-53bd99ce870ac5bd7f65d1e45641e13070f652d0.zip
TONY: Rename variables and functions in loc.h and tonychar.h
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index ea378e0fc3..abc3033993 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -137,7 +137,7 @@ Common::ErrorCode TonyEngine::init() {
return Common::kReadingFailed;
// Initialise the boxes
- _theBoxes.Init();
+ _theBoxes.init();
// Link to the custom graphics engine
_theEngine.initCustomDll();
@@ -568,7 +568,7 @@ void TonyEngine::play(void) {
void TonyEngine::close(void) {
closeMusic();
CoroScheduler.closeEvent(_hEndOfFrame);
- _theBoxes.Close();
+ _theBoxes.close();
_theEngine.close();
_window.close();
delete[] _curThumbnail;