[Scummvm-cvs-logs] SF.net SVN: scummvm: [27446] scummvm/trunk/engines/parallaction/archive.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sat Jun 16 10:56:50 CEST 2007
Revision: 27446
http://scummvm.svn.sourceforge.net/scummvm/?rev=27446&view=rev
Author: Kirben
Date: 2007-06-16 01:56:50 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Update comment.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/archive.cpp
Modified: scummvm/trunk/engines/parallaction/archive.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/archive.cpp 2007-06-16 08:53:46 UTC (rev 27445)
+++ scummvm/trunk/engines/parallaction/archive.cpp 2007-06-16 08:56:50 UTC (rev 27446)
@@ -33,11 +33,16 @@
namespace Parallaction {
-// HACK: one archive ('fr') in Nippon Safes Demo for Amiga uses different
-// internal offsets than all the other archives. When an archive is opened
-// its size if checked against SIZEOF_SMALL_ARCHIVE ('fr' size) so Archive
-// can behave properly.
+// HACK: Several archives ('de', 'en', 'fr' and 'disk0') in the multi-lingual
+// Amiga version of Nippon Safes, and one archive ('fr') in the Amiga Demo of
+// Nippon Safes used different internal offsets than all the other archives.
//
+// When an archive is opened in the Amiga demo, its size is checked against
+// SIZEOF_SMALL_ARCHIVE to detect when the smaller archive is used.
+//
+// When an archive is opened in Amiga multi-lingual version, the header is
+// checked again NDOS to detect when a smaller archive is used.
+//
#define SIZEOF_SMALL_ARCHIVE 12778
#define ARCHIVE_FILENAMES_OFS 0x16
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list