[Scummvm-cvs-logs] SF.net SVN: scummvm: [24660] scummvm/trunk/engines/cine/bg_list.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Wed Nov 8 22:50:53 CET 2006
Revision: 24660
http://svn.sourceforge.net/scummvm/?rev=24660&view=rev
Author: sev
Date: 2006-11-08 13:50:15 -0800 (Wed, 08 Nov 2006)
Log Message:
-----------
Fix crashes with new BG incrustation code.
Modified Paths:
--------------
scummvm/trunk/engines/cine/bg_list.cpp
Modified: scummvm/trunk/engines/cine/bg_list.cpp
===================================================================
--- scummvm/trunk/engines/cine/bg_list.cpp 2006-11-08 21:46:57 UTC (rev 24659)
+++ scummvm/trunk/engines/cine/bg_list.cpp 2006-11-08 21:50:15 UTC (rev 24660)
@@ -117,6 +117,8 @@
free(bgIncrustPtr);
bgIncrustPtr = bgIncrustPtrN;
}
+
+ resetBgIncrustList();
}
void resetBgIncrustList(void) {
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