TONY: Rename variables and functions in loc.h and tonychar.h

This commit is contained in:
Strangerke 2012-06-07 07:58:01 +02:00
parent 53e38106b7
commit 53bd99ce87
12 changed files with 1292 additions and 1303 deletions

View file

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