[Scummvm-cvs-logs] scummvm master -> 039805ad3bb1b87afe3d32d8b625afaebb1e9f2f

Kirben kirben at optusnet.com.au
Sun Aug 28 08:44:26 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
039805ad3b AGOS: Fix regression when starting Personal Nightmare, or disabling AGOS2.


Commit: 039805ad3bb1b87afe3d32d8b625afaebb1e9f2f
    https://github.com/scummvm/scummvm/commit/039805ad3bb1b87afe3d32d8b625afaebb1e9f2f
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-08-27T23:40:03-07:00

Commit Message:
AGOS: Fix regression when starting Personal Nightmare, or disabling AGOS2.

Changed paths:
    engines/agos/detection.cpp
    engines/agos/res.cpp



diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index a14b660..861aa08 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -273,8 +273,6 @@ void AGOSEngine::loadArchives() {
 				_archives.registerArchive(ag->fileName, ag->fileType);
 		}
 	}
-
-	_archives.enableFallback(true);
 }
 #endif
 
diff --git a/engines/agos/res.cpp b/engines/agos/res.cpp
index fe7bcd6..0baae11 100644
--- a/engines/agos/res.cpp
+++ b/engines/agos/res.cpp
@@ -38,7 +38,7 @@
 namespace AGOS {
 
 ArchiveMan::ArchiveMan() {
-	_fallBack = false;
+	_fallBack = true;
 }
 
 #ifdef ENABLE_AGOS2






More information about the Scummvm-git-logs mailing list