gfx.c
changeset 4610 45ac1d25fd62
parent 4609 6c337b3fbf4b
child 4819 faa853fcd3d4
--- a/gfx.c	Sat Sep 16 13:20:14 2006 +0000
+++ b/gfx.c	Sat Sep 16 13:44:12 2006 +0000
@@ -568,10 +568,8 @@
 				case ASCII_BIGFONT:  size = FS_LARGE; break;
 				case ASCII_NL:
 					br.height += GetCharacterHeight(size);
-					if (br.width > max_width) {
-						max_width = br.width;
-						br.width = 0;
-					}
+					if (br.width > max_width) max_width = br.width;
+					br.width = 0;
 					break;
 			}
 		}