aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-06-14 16:18:33 -0400
committerMatthew Hoops2011-06-14 16:21:39 -0400
commit4926c41e01a46735747930b09cc924ecd826a215 (patch)
tree8832a663ade5b4baed0e3b426d5f72e482a12c30 /engines/pegasus/detection.cpp
parent5e7acc83b7ad363014e2a6681bcba22c9bbd9c07 (diff)
parente826aaab39f02360c5fa8f249ec6b788a903b948 (diff)
downloadscummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.tar.gz
scummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.tar.bz2
scummvm-rg350-4926c41e01a46735747930b09cc924ecd826a215.zip
Merge remote branch 'upstream/master' into pegasus
Diffstat (limited to 'engines/pegasus/detection.cpp')
-rw-r--r--engines/pegasus/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index d0e3fc17fd..9c486f7548 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -87,7 +87,7 @@ static const PegasusGameDescription gameDescriptions[] = {
class PegasusMetaEngine : public AdvancedMetaEngine {
public:
PegasusMetaEngine() : AdvancedMetaEngine(Pegasus::gameDescriptions, sizeof(Pegasus::PegasusGameDescription), pegasusGames) {
- params.singleid = "pegasus";
+ _singleid = "pegasus";
}
virtual const char *getName() const {