TONY: Rename variables and functions in tony.h

This commit is contained in:
Strangerke 2012-06-04 23:45:36 +02:00
parent c17af63aac
commit a1f6f8ceb1
11 changed files with 294 additions and 298 deletions

View file

@ -146,7 +146,7 @@ int TonyMetaEngine::getMaximumSaveSlot() const {
}
void TonyMetaEngine::removeSaveState(const char *target, int slot) const {
Common::String filename = Tony::TonyEngine::GetSaveStateFileName(slot);
Common::String filename = Tony::TonyEngine::getSaveStateFileName(slot);
g_system->getSavefileManager()->removeSavefile(filename);
}