Set MB_CUR_MAX to 4.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-08-17 23:16:05 +02:00
parent fd5a850e48
commit a90151e508
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ extern "C" {
/* TODO: This random interface is stupid. What should a good value be? */
#define RAND_MAX 32767
#define MB_CUR_MAX 6
#define MB_CUR_MAX 4
typedef struct
{