Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
svn-id: r33848
This commit is contained in:
parent
2d31207a81
commit
8d8c46e36f
14 changed files with 27 additions and 31 deletions
|
@ -57,9 +57,7 @@ Engine::Engine(OSystem *syst)
|
|||
_targetName(ConfMan.getActiveDomainName()),
|
||||
_gameDataPath(ConfMan.get("path")),
|
||||
_pauseLevel(0),
|
||||
_mainMenuDialog(NULL),
|
||||
_quit(false),
|
||||
_rtl(false) {
|
||||
_mainMenuDialog(NULL) {
|
||||
|
||||
g_engine = this;
|
||||
_autosavePeriod = ConfMan.getInt("autosave_period");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue