summaryrefslogtreecommitdiff
path: root/src/engine/tracks/ChocoMountain.cpp
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-12-13 17:28:44 -0700
committerGitHub <noreply@github.com>2025-12-13 17:28:44 -0700
commit7bc8d6f4be2bc22f7f4815d3c5eac691c4b92c0f (patch)
treeea7bed88faf5f3bb0788c698fd0252d3f624548a /src/engine/tracks/ChocoMountain.cpp
parent4e51b7d5b6a9b89deb5ef135deec0ee5f0087e7c (diff)
Refactor Field-of-view into the Camera Struct (#590)
* Fix finishline for toads turnpike in extra * Fixed trash bin in extra * Refactor fov * Update scene.json * Allow setting fog * impl fog save & load
Diffstat (limited to 'src/engine/tracks/ChocoMountain.cpp')
-rw-r--r--src/engine/tracks/ChocoMountain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/tracks/ChocoMountain.cpp b/src/engine/tracks/ChocoMountain.cpp
index dc369c9a5..aa8e4666e 100644
--- a/src/engine/tracks/ChocoMountain.cpp
+++ b/src/engine/tracks/ChocoMountain.cpp
@@ -132,8 +132,8 @@ void ChocoMountain::Load() {
gFogColour.g = 255;
gFogColour.b = 255;
gFogColour.a = 255;
- gFogMin = 0x3E3;
- gFogMax = 0x3E8;
+ gFogMin = 995;
+ gFogMax = 1000;
D_802B87D4 = 0x71C;
D_802B87D0 = 0xE38;