ENGINES: Make variable names of ADGameDescription conform to our guidelines.

gameid     -> gameId
guioptions -> guiOptions
This commit is contained in:
Johannes Schickel 2016-03-08 18:53:55 +01:00
parent 0b6befdcc5
commit 3aecd8ef2a
18 changed files with 44 additions and 44 deletions

View file

@ -834,7 +834,7 @@ Console *SciEngine::getSciDebugger() {
}
const char *SciEngine::getGameIdStr() const {
return _gameDescription->gameid;
return _gameDescription->gameId;
}
Common::Language SciEngine::getLanguage() const {