Extend max GUI message length due to thinner font. (NB: length isn't yet enforced...)
This commit is contained in:
parent
d4a0870d20
commit
42a62e0e60
|
@ -10,7 +10,7 @@ extern struct GUIMESSAGE
|
||||||
int howlong;
|
int howlong;
|
||||||
|
|
||||||
//the current gui message
|
//the current gui message
|
||||||
char errmsg[65];
|
char errmsg[86];
|
||||||
|
|
||||||
//indicates that the movie should be drawn even on top of movies
|
//indicates that the movie should be drawn even on top of movies
|
||||||
bool isMovieMessage;
|
bool isMovieMessage;
|
||||||
|
|
Loading…
Reference in New Issue