[Scummvm-cvs-logs] SF.net SVN: scummvm: [22996] tools/trunk/compress_kyra.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sat Jun 10 03:10:01 CEST 2006
Revision: 22996
Author: lordhoto
Date: 2006-06-09 18:09:48 -0700 (Fri, 09 Jun 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22996&view=rev
Log Message:
-----------
Could fix bug #1503133 ("compress_kyra: dead.vrm error") (not yet tested though).
Modified Paths:
--------------
tools/trunk/compress_kyra.cpp
Modified: tools/trunk/compress_kyra.cpp
===================================================================
--- tools/trunk/compress_kyra.cpp 2006-06-09 19:38:48 UTC (rev 22995)
+++ tools/trunk/compress_kyra.cpp 2006-06-10 01:09:48 UTC (rev 22996)
@@ -186,6 +186,7 @@
if (strstr(tempPak.filename, ".VOC") == NULL) {
if (endOffset == file_size)
break;
+ startOffset = endOffset;
continue;
}
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