aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-08 18:30:58 +0100
committerJohannes Schickel2016-03-08 19:01:13 +0100
commit0b6befdcc5f5f8d6d5deb2831104fb7abc0f7466 (patch)
tree553ae93bf1e5cd903c0eb7a0f2c03cb4da7fe748 /engines/lure
parent3ec225f12726171a0b3e69fe305ff5354ea3489c (diff)
downloadscummvm-rg350-0b6befdcc5f5f8d6d5deb2831104fb7abc0f7466.tar.gz
scummvm-rg350-0b6befdcc5f5f8d6d5deb2831104fb7abc0f7466.tar.bz2
scummvm-rg350-0b6befdcc5f5f8d6d5deb2831104fb7abc0f7466.zip
ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index d0a8ee0b4a..690a358bc3 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -193,12 +193,12 @@ class LureMetaEngine : public AdvancedMetaEngine {
public:
LureMetaEngine() : AdvancedMetaEngine(Lure::gameDescriptions, sizeof(Lure::LureGameDescription), lureGames) {
_md5Bytes = 1024;
- _singleid = "lure";
+ _singleId = "lure";
// Use kADFlagUseExtraAsHint to distinguish between EGA and VGA versions
// of italian Lure when their datafiles sit in the same directory.
_flags = kADFlagUseExtraAsHint;
- _guioptions = GUIO1(GUIO_NOSPEECH);
+ _guiOptions = GUIO1(GUIO_NOSPEECH);
}
virtual const char *getName() const {