--- a/hedgewars/uRenderUtils.pas Wed Dec 22 04:09:56 2010 +0100
+++ b/hedgewars/uRenderUtils.pas Wed Dec 22 00:17:43 2010 -0500
@@ -175,7 +175,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
@@ -353,4 +353,4 @@
SDL_FreeSurface(finalSurface);
end;
-end.
\ No newline at end of file
+end.