--- a/hedgewars/uRenderUtils.pas Tue Jan 21 22:44:37 2014 +0100
+++ b/hedgewars/uRenderUtils.pas Tue Jan 21 22:53:15 2014 +0100
@@ -302,7 +302,7 @@
var textWidth, textHeight, x, y, w, h, i, j, pos, prevpos, line, numLines, edgeWidth, edgeHeight, cornerWidth, cornerHeight: LongInt;
finalSurface, tmpsurf, rotatedEdge: PSDL_Surface;
rect: TSDL_Rect;
- //chars: set of char = [#9,' ',';',':','?','!',','];
+ chars: set of char = [#9,' ',';',':','?','!',','];
substr: shortstring;
edge, corner, tail: TSPrite;
begin