aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-09-20 23:17:18 +0000
committernathan <nathansmith@disroot.org>2025-09-20 23:17:18 +0000
commitae9fea1a684d86ecfa7c8101f22a73b8099d0b78 (patch)
treed22bffdfc81397bbf4e01736d2fbf4e87794ea2e /src/world.h
parent07a21742993aaaf850c5211aaec0f922be5026b8 (diff)
downloadFindThings-ae9fea1a684d86ecfa7c8101f22a73b8099d0b78.tar.gz
FindThings-ae9fea1a684d86ecfa7c8101f22a73b8099d0b78.tar.bz2
FindThings-ae9fea1a684d86ecfa7c8101f22a73b8099d0b78.zip
Samantha has a cursed floor now
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index 8b12d54..456d68a 100644
--- a/src/world.h
+++ b/src/world.h
@@ -76,6 +76,8 @@ struct World {
Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT];
UtilityPoleLines utilityPoleLines[WORLD_UTILITY_POLE_COUNT - 1];
+ Model samanthasSpotFloor;
+
int bvhDebugSelect;
};