From 42a62e0e60142201751634faf1ff7f7c30d4d2ed Mon Sep 17 00:00:00 2001 From: jeblanchard Date: Tue, 27 May 2008 23:23:53 +0000 Subject: [PATCH] Extend max GUI message length due to thinner font. (NB: length isn't yet enforced...) --- src/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video.h b/src/video.h index 1adb6bab..82267b40 100644 --- a/src/video.h +++ b/src/video.h @@ -10,7 +10,7 @@ extern struct GUIMESSAGE int howlong; //the current gui message - char errmsg[65]; + char errmsg[86]; //indicates that the movie should be drawn even on top of movies bool isMovieMessage;