diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index ce61380b43..6b1427ca27 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -720,7 +720,7 @@ static const MohawkGameDescription gameDescriptions[] = { }, GType_LIVINGBOOKSV1, GF_LB_10, - "ARTHUR.EXE" // FIXME: Check this (ST?) + "ARTHUR.EXE" }, { @@ -930,7 +930,7 @@ static const MohawkGameDescription gameDescriptions[] = { }, GType_LIVINGBOOKSV2, 0, - 0 // FIXME: ST? + "RACE.EXE" }, // 32-bit version of the previous entry @@ -946,7 +946,7 @@ static const MohawkGameDescription gameDescriptions[] = { }, GType_LIVINGBOOKSV2, 0, - 0 // FIXME: ST? + "RACE32.EXE" }, { |