summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/world.h')
-rw-r--r--src/include/world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/world.h b/src/include/world.h
index 11c8ab3..11ac92e 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -263,7 +263,7 @@ typedef enum t_event_type
EVENT_TYPE_EMPLOYEE_QUIT, // go to schedule
} event_type;
-#define MAX_EVENT_MESSAGE_LENGTH 150
+#define MAX_EVENT_MESSAGE_LENGTH 200
typedef struct t_event
{