Rename remaining OSystem methods to match our coding guidelines
svn-id: r15332
This commit is contained in:
parent
6a50ba2308
commit
ce8c99bf62
74 changed files with 491 additions and 491 deletions
|
@ -46,7 +46,7 @@ Engine::Engine(OSystem *syst)
|
|||
|
||||
g_debugLevel = ConfMan.getInt("debuglevel");
|
||||
|
||||
_saveFileMan = _system->get_savefile_manager();
|
||||
_saveFileMan = _system->getSavefileManager();
|
||||
}
|
||||
|
||||
Engine::~Engine() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue