diff options
author | Matthew Hoops | 2011-02-05 08:20:06 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-02-05 08:20:06 +0000 |
commit | 0a7887ac8af0b576c06959e1ed1d2a0acfcd3b99 (patch) | |
tree | 3be01121217b1ade5f54cebe07c5a05c191919a3 | |
parent | a08fa00d49afef7f31970dd6f4712d4243377e52 (diff) | |
download | scummvm-rg350-0a7887ac8af0b576c06959e1ed1d2a0acfcd3b99.tar.gz scummvm-rg350-0a7887ac8af0b576c06959e1ed1d2a0acfcd3b99.tar.bz2 scummvm-rg350-0a7887ac8af0b576c06959e1ed1d2a0acfcd3b99.zip |
SCI: Oops, fix compilation
svn-id: r55782
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 91ea37ee2f..6be384a243 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2329,7 +2329,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { // Phantasmagoria - English Macintosh // NOTE: This only contains disc 1 files (as well as the two persistent files: - // Data1 and Data13. Other discs have conflicting names :\ + // Data1 and Data13. Other discs have conflicting names :( {"phantasmagoria", "", { {"Data1", 0, "0fcb42802f49edb5af60532bd7b60c4f", 14705669}, {"Data2", 0, "d52f612058ec78e300385df3336a4ba2", 14516712}, |