[Scummvm-cvs-logs] SF.net SVN: scummvm:[52443] scummvm/trunk/engines/sci/engine/kfile.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Aug 29 17:23:09 CEST 2010


Revision: 52443
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52443&view=rev
Author:   m_kiewitz
Date:     2010-08-29 15:23:08 +0000 (Sun, 29 Aug 2010)

Log Message:
-----------
SCI: fix warning (thx wjp, thank you not msvc)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2010-08-29 15:18:24 UTC (rev 52442)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2010-08-29 15:23:08 UTC (rev 52443)
@@ -954,7 +954,6 @@
 		if (QfGImport == 3) {
 			// QfG3 sorts the filelisting itself, we can't let that happen otherwise our
 			//  virtual list would go out-of-sync
-			SegManager *segMan = g_sci->getEngineState()->_segMan;
 			reg_t savedHeros = segMan->findObjectByName("savedHeros");
 			if (!savedHeros.isNull())
 				writeSelectorValue(segMan, savedHeros, SELECTOR(sort), 0);


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