Ticket #8535: residual-font.diff
File residual-font.diff, 448 bytes (added by , 18 years ago) |
---|
-
font.cpp
101 101 // for the first time and he says "Buenos Días" the 102 102 // 'í' character will either show up as a different 103 103 // character or it crashes the game. 104 105 if (_charIndex[c2] == c2) { 106 return c2; 107 } 108 104 109 for (uint i = 0; i < _numChars; ++i) { 105 110 if (_charIndex[i] == c2) 106 111 return i;