summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_switem.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-05-06 12:20:04 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-05-06 12:20:04 -0400
commit3d7ad52e04abd941972ebaf7cd0d6b2e787bc2b0 (patch)
treea3c20d8affe1d1cf0d85338c16b61e01ff620a2f /src/d/actor/d_a_switem.cpp
parent7bc933412bc8bbc8e69ef5564257b1302796d469 (diff)
d_a_bk work
Diffstat (limited to 'src/d/actor/d_a_switem.cpp')
-rw-r--r--src/d/actor/d_a_switem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_switem.cpp b/src/d/actor/d_a_switem.cpp
index a088d827..86fef40b 100644
--- a/src/d/actor/d_a_switem.cpp
+++ b/src/d/actor/d_a_switem.cpp
@@ -62,7 +62,7 @@ BOOL daSwItem_c::CreateInit() {
return FALSE;
}
- fopDwTg_DrawQTo(&draw_tag);
+ fopAcM_offDraw(this);
return TRUE;
}