added other code differences for Amiga FOTAQ versions, full game is now completable under ScummVM
svn-id: r25941
This commit is contained in:
parent
6d958e9f30
commit
370c07f925
10 changed files with 110 additions and 19 deletions
|
@ -160,11 +160,13 @@ bool Resource::detectVersion(DetectedGameVersion *ver, Common::File *f) {
|
|||
|
||||
// Handle game versions for which versionStr information is irrevelant
|
||||
if (gameVersion == &_gameVersions[VER_AMI_DEMO]) { // CE101
|
||||
ver->language = Common::EN_ANY;
|
||||
ver->features |= GF_FLOPPY | GF_DEMO;
|
||||
ver->platform = Common::kPlatformAmiga;
|
||||
return true;
|
||||
}
|
||||
if (gameVersion == &_gameVersions[VER_AMI_INTERVIEW]) { // PE100
|
||||
ver->language = Common::EN_ANY;
|
||||
ver->features |= GF_FLOPPY | GF_INTERVIEW;
|
||||
ver->platform = Common::kPlatformAmiga;
|
||||
return true;
|
||||
|
@ -227,7 +229,8 @@ bool Resource::detectVersion(DetectedGameVersion *ver, Common::File *f) {
|
|||
|
||||
void Resource::checkJASVersion() {
|
||||
if (_version.platform == Common::kPlatformAmiga) {
|
||||
warning("Resource::checkJASVersion() disabled for Amiga versions");
|
||||
// don't bother verifying the JAS version string with these versions,
|
||||
// it will be done at the end of Logic::readQueenJas, anyway
|
||||
return;
|
||||
}
|
||||
ResourceEntry *re = resourceEntry("QUEEN.JAS");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue