mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Oops.
svn-id: r27968
This commit is contained in:
parent
3036c37dd8
commit
17da12ca07
@ -654,7 +654,6 @@ void Gfx::getStringExtent(char *text, uint16 maxwidth, int16* width, int16* heig
|
||||
while (strlen(text) != 0) {
|
||||
|
||||
text = parseNextToken(text, token, 40, " ", true);
|
||||
printf("%s\n", text);
|
||||
w += getStringWidth(token);
|
||||
|
||||
if (w > maxwidth) {
|
||||
|
Loading…
Reference in New Issue
Block a user