src/texteff.cpp
changeset 6988 980738eadcc2
parent 6985 d50d59dca7c1
child 6998 39e783d3816c
--- a/src/texteff.cpp	Thu Jun 21 13:30:23 2007 +0000
+++ b/src/texteff.cpp	Thu Jun 21 13:31:41 2007 +0000
@@ -55,7 +55,7 @@
 /* The chatbox grows from the bottom so the coordinates are pixels from
  * the left and pixels from the bottom. The height is the maximum height */
 static const Oblong _textmsg_box = {10, 30, 500, 150};
-static uint8 _textmessage_backup[150 * 500 * 5]; // (height * width)
+static uint8 _textmessage_backup[150 * 500 * 6]; // (height * width)
 
 static inline uint GetTextMessageCount()
 {