[Change] Reducing text timeout.

This commit is contained in:
Allanis 2013-02-07 21:33:43 +00:00
parent d2c548218d
commit d112edc90b

View File

@ -99,7 +99,7 @@ double gui_yoff = 0.;
// Messages. // Messages.
#define MSG_SIZE_MAX 80 #define MSG_SIZE_MAX 80
int msg_timeout = 20000; int msg_timeout = 2000;
int msg_max = 5; // Max messages on screen. int msg_max = 5; // Max messages on screen.
typedef struct { typedef struct {
char str[MSG_SIZE_MAX]; char str[MSG_SIZE_MAX];