[Scummvm-cvs-logs] CVS: scummvm/bs2 maketext.cpp,1.7,1.8
Oliver Kiehl
olki at users.sourceforge.net
Sat Sep 13 03:32:08 CEST 2003
Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv26668
Modified Files:
maketext.cpp
Log Message:
hack isn't needed anymore
Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/maketext.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- maketext.cpp 12 Sep 2003 18:52:52 -0000 1.7
+++ maketext.cpp 13 Sep 2003 10:31:46 -0000 1.8
@@ -367,13 +367,6 @@
if( (ch<FIRST_CHAR) ) // if 'ch' out of range
// if( (ch<FIRST_CHAR) || (ch>LAST_CHAR) ) // if 'ch' out of range
ch = DUD; // then print the 'dud' character (chequered flag)
-// FIXME: HACK!!!! remapping ' and ! because they cause FetchFrameHeader to crash....
-#ifdef MACOSX
- if (ch == '\'')
- ch = ' ';
- if (ch == '!')
- ch = ' ';
-#endif
// address of char = address of charSet + offset to char
//return (charSet + *(int32 *)(charSet + sizeof(_header) + 4 + 4*(ch - FIRST_CHAR)));
More information about the Scummvm-git-logs
mailing list