[Scummvm-cvs-logs] SF.net SVN: scummvm: [24309] scummvm/trunk/engines/scumm/smush/chunk.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Sat Oct 14 14:32:14 CEST 2006
Revision: 24309
http://svn.sourceforge.net/scummvm/?rev=24309&view=rev
Author: sev
Date: 2006-10-14 05:31:08 -0700 (Sat, 14 Oct 2006)
Log Message:
-----------
Reenable INSANE warning. No check is required.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/smush/chunk.cpp
Modified: scummvm/trunk/engines/scumm/smush/chunk.cpp
===================================================================
--- scummvm/trunk/engines/scumm/smush/chunk.cpp 2006-10-14 12:10:12 UTC (rev 24308)
+++ scummvm/trunk/engines/scumm/smush/chunk.cpp 2006-10-14 12:31:08 UTC (rev 24309)
@@ -88,10 +88,8 @@
// and ignored FLU index for videos which are used by INSANE.
// This will lead to incorrect seek requests
//
- // Check if INSANE is running and give more feedback in this case
- //if (g_scumm->_insaneRunning) {
- // warning("Looks like you compressed file %s in wrong way. It has FLU index which was not updated", _name.c_str());
- //}
+ // In fact it may happen only within INSANE, so do not even check for it
+ warning("Looks like you compressed file %s in wrong way. It has FLU index which was not updated", _name.c_str());
error("invalid seek request : %d > %d (delta == %d)", _curPos, _size, delta);
}
return true;
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