Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Nov 1, 2024
1 parent dc64d54 commit a16d8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/d/actor/d_a_sail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ void daSail_packet_c::draw() {
GXCallDisplayList(l_sail_DL, 0x200);

#if VERSION != VERSION_JPN
J3DShape::sOldVcdVatCmd = NULL;
J3DShape::resetVcdVatCache();
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion src/d/d_wood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ void dWood::Packet_c::draw() {
}

#if VERSION != VERSION_JPN
J3DShape::sOldVcdVatCmd = NULL;
J3DShape::resetVcdVatCache();
#endif
}

Expand Down

0 comments on commit a16d8ce

Please sign in to comment.