summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_rd.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-15 16:25:02 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-15 16:25:02 -0400
commit2397afabaf1589b577e546496875a376cf78ed26 (patch)
treed2e574442ad41416b3b4304a23d7254b8678717c /src/d/actor/d_a_rd.cpp
parent5f65dbaee13eca571786cd425b8c796214bdf73a (diff)
Use named constants instead of literals in some places
Diffstat (limited to 'src/d/actor/d_a_rd.cpp')
-rw-r--r--src/d/actor/d_a_rd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_rd.cpp b/src/d/actor/d_a_rd.cpp
index f6e44ba0..af2b8837 100644
--- a/src/d/actor/d_a_rd.cpp
+++ b/src/d/actor/d_a_rd.cpp
@@ -1845,7 +1845,7 @@ cPhs_State daRd_c::_create() {
if (phase_state == cPhs_COMPLEATE_e) {
getArg();
- if (!fopAcM_entrySolidHeap(this, createHeap_CB, 0x2520)) {
+ if (!fopAcM_entrySolidHeap(this, createHeap_CB, m_heapsize)) {
return cPhs_ERROR_e;
}