summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:26:15 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:26:15 +0100
commit63bb02e5c6c10ebdf0eabec0c20d7e8993cb5ee7 (patch)
tree90c70f01e87e7926f3bebf5e08cc30b6b006bc1c /src/include
parentda90ecb4c88d81568c14b060a6a05508c2b37f35 (diff)
close #34
Diffstat (limited to 'src/include')
-rw-r--r--src/include/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/world.h b/src/include/world.h
index dc11460..250e235 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -264,6 +264,8 @@ typedef enum t_event_type
EVENT_TYPE_MISSED_SHIPMENT_NO_ASSIGNEE, // go to schedule
EVENT_TYPE_EMPLOYEE_QUIT, // go to schedule
EVENT_TYPE_FINED, // go to employee detail
+
+ EVENT_TYPE_INFO, // not clickable
} event_type;
#define MAX_EVENT_MESSAGE_LENGTH 200