diff options
author | Eugene Sandulenko | 2016-04-01 19:11:10 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-04-01 19:11:10 +0200 |
commit | cf90742a4841e67f26f7cfa446b209c9d35c20a0 (patch) | |
tree | a0fcd54c701eb717dd513210667733357a024aef /engines/wage | |
parent | 7e6c50ea69d7ca8d2264f1fc3c970fa772cc4d31 (diff) | |
download | scummvm-rg350-cf90742a4841e67f26f7cfa446b209c9d35c20a0.tar.gz scummvm-rg350-cf90742a4841e67f26f7cfa446b209c9d35c20a0.tar.bz2 scummvm-rg350-cf90742a4841e67f26f7cfa446b209c9d35c20a0.zip |
WAGE: Added one more Puzzle Search variant
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index 490cfe3bc6..a59cabbef7 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -104,6 +104,7 @@ static const ADGameDescription gameDescriptions[] = { FANGAME("Periapt", "fb4052819126b88d7e03ebc00c669a9d", 406006), FANGAME("Puzzle Piece Search", "6b4ae6261b405e2feac58c5a2ddb67c5", 247693), // From Joshua's Worlds 1.0 FANGAME("The Puzzle Piece Search", "fb99797c429c18ec68418fdd12af17a1", 247338), // From Joshua's Worlds + FANGAME("The Puzzle Piece Search", "fb99797c429c18ec68418fdd12af17a1", 247324), // Stnadalone // Empty(?) first scene FANGAME("Pyramid of No Return", "38383ac85cc16703f13f8d82f1398123", 385145), FANGAME("Queen Quest", "76d33bb847476b92cfe2581a019ff26c", 57026), |