diff options
author | nathan <nathansmith@disroot.org> | 2025-10-11 11:03:05 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-10-11 11:03:05 +0000 |
commit | f11daf2fdc3f3e090efbbc6beec8d3af831e8280 (patch) | |
tree | 6020a0dc886e97be91c3aecd0f670712849db50a /src/world.h | |
parent | 19e8c4da3820e3d3e4af10d338f1c03ad377de81 (diff) | |
download | FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.tar.gz FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.tar.bz2 FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.zip |
More john and ron are correct size now
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 456d68a..93bcb38 100644 --- a/src/world.h +++ b/src/world.h @@ -32,7 +32,7 @@ #define PLACE_POND_WALKING_AREA 7 // Characters. -#define WORLD_CHARACTER_COUNT 0 +#define WORLD_CHARACTER_COUNT 1 #define SAMANTHA_OFFSET (Vector3){0.0, 0.0, 2.0} #define SAMANTHAS_SPOT_TRASHCAN_COUNT 5 |