diff options
author | Matthew Hoops | 2011-02-13 16:13:44 -0500 |
---|---|---|
committer | Matthew Hoops | 2011-02-13 16:14:07 -0500 |
commit | 2087e2325bd97a31c3518d87918ba87727faff3c (patch) | |
tree | 6f5c1c613102220c70f282d931dcc976a32f376b /engines | |
parent | d096b78acaa510e02cb9be9a2e2dc17e53f80e3e (diff) | |
download | scummvm-rg350-2087e2325bd97a31c3518d87918ba87727faff3c.tar.gz scummvm-rg350-2087e2325bd97a31c3518d87918ba87727faff3c.tar.bz2 scummvm-rg350-2087e2325bd97a31c3518d87918ba87727faff3c.zip |
MOHAWK: Fix comments for the LB sampler v2
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 26c278f9cb..ae37a22dd3 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1219,6 +1219,7 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // While this entry has a v2 interpreter, it still has v1 data { { "lbsampler", @@ -1229,7 +1230,7 @@ static const MohawkGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, Common::GUIO_NONE }, - GType_LIVINGBOOKSV1, // v2 Mac games are really still v1 + GType_LIVINGBOOKSV1, 0, "Living Books Sampler" }, |