diff options
author | nathan <nathansmith@disroot.org> | 2025-09-19 09:51:12 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-19 09:51:12 +0000 |
commit | 8efa99463c2efa772fe7af2e65e6931d7c83e9d6 (patch) | |
tree | 9e9b628bcb2fba69070982d2082f76a35d2f43d6 /src/world.h | |
parent | 459aca4f1fe506340bc6238f8da39f494bb45352 (diff) | |
download | FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.tar.gz FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.tar.bz2 FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.zip |
Samantha
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 0cdaf30..9e5c4c4 100644 --- a/src/world.h +++ b/src/world.h @@ -5,7 +5,7 @@ #ifndef WORLD_H #define WORLD_H -#define WORLD_ENTITY_MAX 5000 +#define WORLD_ENTITY_MAX 5001 #define WORLD_PLANT_COUNT 2500 #define WORLD_UTILITY_POLE_COUNT 25 #define WORLD_PLACE_COUNT 1 |