aboutsummaryrefslogtreecommitdiff
path: root/engines/toon
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/toon
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/toon')
-rw-r--r--engines/toon/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 2ca2bce2ee..5d2e0a9bca 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -127,7 +127,7 @@ static const char * const directoryGlobs[] = {
class ToonMetaEngine : public AdvancedMetaEngine {
public:
ToonMetaEngine() : AdvancedMetaEngine(Toon::gameDescriptions, sizeof(ADGameDescription), toonGames) {
- _singleid = "toon";
+ _singleId = "toon";
_maxScanDepth = 3;
_directoryGlobs = directoryGlobs;
}