SCUMM: fix whitespaces (patch #3281359)

This commit is contained in:
Max Horn 2011-05-02 14:32:49 +02:00
parent a48b705c54
commit 7407a48cd3

View File

@ -621,8 +621,9 @@ int CharsetRendererV3::getCharWidth(uint16 chr) {
}
}
if (!spacing)
if (!spacing) {
spacing = *(_widthTable + chr);
}
return spacing;
}