aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-08 18:53:55 +0100
committerJohannes Schickel2016-03-08 19:01:38 +0100
commit3aecd8ef2a79dbbd43dd0e39e42b11409720361f (patch)
treee81e58d83f0e6181ac6fd39a004b7de6f52fbb9f /engines/neverhood
parent0b6befdcc5f5f8d6d5deb2831104fb7abc0f7466 (diff)
downloadscummvm-rg350-3aecd8ef2a79dbbd43dd0e39e42b11409720361f.tar.gz
scummvm-rg350-3aecd8ef2a79dbbd43dd0e39e42b11409720361f.tar.bz2
scummvm-rg350-3aecd8ef2a79dbbd43dd0e39e42b11409720361f.zip
ENGINES: Make variable names of ADGameDescription conform to our guidelines.
gameid -> gameId guioptions -> guiOptions
Diffstat (limited to 'engines/neverhood')
-rw-r--r--engines/neverhood/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index 60a7927c2d..cfddc2d6b4 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -41,7 +41,7 @@ struct NeverhoodGameDescription {
};
const char *NeverhoodEngine::getGameId() const {
- return _gameDescription->desc.gameid;
+ return _gameDescription->desc.gameId;
}
uint32 NeverhoodEngine::getFeatures() const {