mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
Fixes ToT Fog
This commit is contained in:
parent
6206cd7db0
commit
4a2d9d8a4c
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user