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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Oct 8 23:39:36 CEST 2009


Revision: 44805
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44805&view=rev
Author:   wjpalenstijn
Date:     2009-10-08 21:39:33 +0000 (Thu, 08 Oct 2009)

Log Message:
-----------
SCI: Remove outdated comment

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

Modified: scummvm/trunk/engines/sci/engine/segment.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/segment.cpp	2009-10-08 21:32:04 UTC (rev 44804)
+++ scummvm/trunk/engines/sci/engine/segment.cpp	2009-10-08 21:39:33 UTC (rev 44805)
@@ -294,7 +294,7 @@
 
 SegmentRef SystemStrings::dereference(reg_t pointer) {
 	SegmentRef ret;
-	ret.isRaw = true;	// FIXME: Raw or not raw? the sys strings code is totally incoherent in this regard
+	ret.isRaw = true;
 	ret.maxSize = _strings[pointer.offset]._maxSize;
 	if (isValidOffset(pointer.offset))
 		ret.raw = (byte *)(_strings[pointer.offset]._value);


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