ENGINES: Make variable names of ADGameDescription conform to our guidelines.
gameid -> gameId guioptions -> guiOptions
This commit is contained in:
parent
0b6befdcc5
commit
3aecd8ef2a
18 changed files with 44 additions and 44 deletions
|
@ -834,7 +834,7 @@ Console *SciEngine::getSciDebugger() {
|
|||
}
|
||||
|
||||
const char *SciEngine::getGameIdStr() const {
|
||||
return _gameDescription->gameid;
|
||||
return _gameDescription->gameId;
|
||||
}
|
||||
|
||||
Common::Language SciEngine::getLanguage() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue