TONY: Rename variables and functions in loc.h and tonychar.h
This commit is contained in:
parent
53e38106b7
commit
53bd99ce87
12 changed files with 1292 additions and 1303 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue