diff options
author | Matthew Hoops | 2011-06-14 16:18:33 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-06-14 16:21:39 -0400 |
commit | 4926c41e01a46735747930b09cc924ecd826a215 (patch) | |
tree | 8832a663ade5b4baed0e3b426d5f72e482a12c30 /engines/draci | |
parent | 5e7acc83b7ad363014e2a6681bcba22c9bbd9c07 (diff) | |
parent | e826aaab39f02360c5fa8f249ec6b788a903b948 (diff) | |
download | scummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.tar.gz scummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.tar.bz2 scummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.zip |
Merge remote branch 'upstream/master' into pegasus
Diffstat (limited to 'engines/draci')
-rw-r--r-- | engines/draci/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp index cf0413ffa9..b7e83e1edb 100644 --- a/engines/draci/detection.cpp +++ b/engines/draci/detection.cpp @@ -86,7 +86,7 @@ const ADGameDescription gameDescriptions[] = { class DraciMetaEngine : public AdvancedMetaEngine { public: DraciMetaEngine() : AdvancedMetaEngine(Draci::gameDescriptions, sizeof(ADGameDescription), draciGames) { - params.singleid = "draci"; + _singleid = "draci"; } virtual const char *getName() const { |