diff options
author | Matthew Hoops | 2012-04-02 20:15:49 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-04-02 20:15:49 -0400 |
commit | c6a74c6e1da90dc3a905a6d97ebca5478d189465 (patch) | |
tree | 8b23fe44f64f6819971fd463d8041db9478d8187 /engines | |
parent | 990f7c4ca43fa4157ee6afe46a60c790770c9ed4 (diff) | |
download | scummvm-rg350-c6a74c6e1da90dc3a905a6d97ebca5478d189465.tar.gz scummvm-rg350-c6a74c6e1da90dc3a905a6d97ebca5478d189465.tar.bz2 scummvm-rg350-c6a74c6e1da90dc3a905a6d97ebca5478d189465.zip |
PEGASUS: Add 'Demo' to the demo's extra field
Diffstat (limited to 'engines')
-rw-r--r-- | engines/pegasus/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp index 64e7d3280f..d9afacbf3e 100644 --- a/engines/pegasus/detection.cpp +++ b/engines/pegasus/detection.cpp @@ -72,7 +72,7 @@ static const PegasusGameDescription gameDescriptions[] = { { { "pegasus", - "", + "Demo", AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 360129), Common::EN_ANY, Common::kPlatformMacintosh, |