[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.96,1.97
Jonathan Gray
khalek at users.sourceforge.net
Mon Apr 7 16:32:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10043
Modified Files:
string.cpp
Log Message:
remove old fixme that seemingly isn't needed anymore. note this triggers an assertion in zak when text is used for some strange reason, but should make indy3/zak256 strings look normal again
Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- string.cpp 7 Apr 2003 16:04:30 -0000 1.96
+++ string.cpp 7 Apr 2003 23:31:42 -0000 1.97
@@ -749,9 +749,6 @@
void Scumm::initCharset(int charsetno) {
int i;
- if (_features & GF_OLD256)
- charsetno = !charsetno;
-
if (_features & GF_SMALL_HEADER)
loadCharset(charsetno);
else if (!getResourceAddress(rtCharset, charsetno))
More information about the Scummvm-git-logs
mailing list