summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-11-24 09:59:45 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-11-24 09:59:45 +0100
commit8b645e30dc0430e1a333a4f770ae2ac3723bee5e (patch)
tree2a5b9ef3e6b430b60fb1754167a3adb7265774c7 /src/include/world.h
parentb1e857cf1471d1871a9396696b22fa531da98249 (diff)
more locations
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
{