diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-18 18:54:11 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-18 18:54:11 -0400 |
| commit | 8c7c7769f7afb4a804e94fd3ba3b99f5d350762c (patch) | |
| tree | da874e21a2a202c03021413b1e6b81457fba8efb /src/d/actor/d_a_obj_figure.cpp | |
| parent | 3d0aff6a84301ee87a71913cead5b2767ea64ba4 (diff) | |
Match daPy_lk_c::draw on demo, slightly improve on retail
Diffstat (limited to 'src/d/actor/d_a_obj_figure.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_figure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_figure.cpp b/src/d/actor/d_a_obj_figure.cpp index da835ce1..518cb63d 100644 --- a/src/d/actor/d_a_obj_figure.cpp +++ b/src/d/actor/d_a_obj_figure.cpp @@ -978,7 +978,7 @@ static BOOL daSampleIsDelete(void*) { /* 00001B08-00002148 .text linkDraw__FP14mDoExt_McaMorf */ void linkDraw(mDoExt_McaMorf* pMorf) { - /* Nonmatching - regalloc (maybe the same issue as daPy_lk_c::draw?) */ + /* Nonmatching - retail-only regalloc (maybe the same issue as daPy_lk_c::draw?) */ pMorf->calc(); #if VERSION > VERSION_DEMO |
