summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-02 16:45:09 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-02 16:45:09 +0100
commitfd7c29424979f43bdc0c330f4c6f471c205dc78c (patch)
treedc208e45bb965db1f727eea2d93318c47d282321 /src/include
parent2487efee98f77c2450d37622ea3d76fe453e702d (diff)
working on save state
Diffstat (limited to 'src/include')
-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 458478b..58e41fa 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -7,7 +7,7 @@
#ifndef INCLUDE_WORLD
#define INCLUDE_WORLD
-#define MAX_WORLD_LOCATION_NAME_LENGTH 20
+#define MAX_WORLD_LOCATION_NAME_LENGTH 40
#define MAX_ENPOLYEE_FIRSTNAME_LENGTH 14
#define MAX_ENPOLYEE_LASTNAME_LENGTH 14
#define MAX_EMPLOYEE_NAME_LENGTH 30