Fixes ToT Fog

This commit is contained in:
Ada 2022-08-17 13:20:15 +01:00 committed by Kenix3
parent 8118947ab0
commit edb5261b07
1 changed files with 4 additions and 0 deletions

View File

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