Merge pull request #1239 from GreatArgorath/ToTFogFix2

FIX: Fog bug outside of Temple of Time
This commit is contained in:
Kenix3 2022-08-17 17:54:43 -04:00 committed by GitHub
commit b0c10d710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2112,6 +2112,10 @@ static void gfx_run_dl(Gfx* cmd) {
switch (opcode) {
// RSP commands:
case G_LOAD_UCODE:
rsp.fog_mul = 0;
rsp.fog_offset = 0;
break;
case G_MARKER:
{
cmd++;