diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-05-06 12:20:04 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-05-06 12:20:04 -0400 |
| commit | 3d7ad52e04abd941972ebaf7cd0d6b2e787bc2b0 (patch) | |
| tree | a3c20d8affe1d1cf0d85338c16b61e01ff620a2f /src/d/actor/d_a_switem.cpp | |
| parent | 7bc933412bc8bbc8e69ef5564257b1302796d469 (diff) | |
d_a_bk work
Diffstat (limited to 'src/d/actor/d_a_switem.cpp')
| -rw-r--r-- | src/d/actor/d_a_switem.cpp | 2 |
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; } |
