From a16d8cee02c7cd1410215f389ae69ac86eeb5e58 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 1 Nov 2024 16:11:07 -0700 Subject: [PATCH] minor cleanup --- src/d/actor/d_a_sail.cpp | 2 +- src/d/d_wood.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d/actor/d_a_sail.cpp b/src/d/actor/d_a_sail.cpp index 486623907..310ca14fd 100644 --- a/src/d/actor/d_a_sail.cpp +++ b/src/d/actor/d_a_sail.cpp @@ -654,7 +654,7 @@ void daSail_packet_c::draw() { GXCallDisplayList(l_sail_DL, 0x200); #if VERSION != VERSION_JPN - J3DShape::sOldVcdVatCmd = NULL; + J3DShape::resetVcdVatCache(); #endif } diff --git a/src/d/d_wood.cpp b/src/d/d_wood.cpp index e0349e730..05466d38c 100644 --- a/src/d/d_wood.cpp +++ b/src/d/d_wood.cpp @@ -1249,7 +1249,7 @@ void dWood::Packet_c::draw() { } #if VERSION != VERSION_JPN - J3DShape::sOldVcdVatCmd = NULL; + J3DShape::resetVcdVatCache(); #endif }