Extend max GUI message length due to thinner font. (NB: length isn't yet enforced...)

This commit is contained in:
jeblanchard 2008-05-27 23:23:53 +00:00
parent d4a0870d20
commit 42a62e0e60
1 changed files with 1 additions and 1 deletions

View File

@ -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;