src/texteff.cpp
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9908 0fa543611bbe
child 9911 0b8b245a2391
--- a/src/texteff.cpp	Wed Jun 13 11:00:24 2007 +0000
+++ b/src/texteff.cpp	Wed Jun 13 11:17:30 2007 +0000
@@ -246,7 +246,7 @@
 	/* Paint the messages starting with the lowest at the bottom */
 	for (uint y = 13; count-- != 0; y += 13) {
 		DoDrawString(_textmsg_list[count].message, _textmsg_box.x + 3, _screen.height - _textmsg_box.y - y + 1, _textmsg_list[count].color);
- 	}
+	}
 
 	/* Make sure the data is updated next flush */
 	_video_driver->make_dirty(x, y, width, height);