summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_rd.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-02 15:25:01 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-02 15:25:01 -0400
commitd47ee0ab88aad3fa6d8274a7fc05d7dca763a88a (patch)
treed79ca29980cb4f446588c70161dced4b14aaeac3 /src/d/actor/d_a_rd.cpp
parent31d95d843c42f28acfa9f686160e342d8a129411 (diff)
Add empty placeholders to fix HIO funcs missing when linking debug version
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 2cd87a23..6f57e34a 100644
--- a/src/d/actor/d_a_rd.cpp
+++ b/src/d/actor/d_a_rd.cpp
@@ -26,7 +26,7 @@ public:
daRd_HIO_c();
virtual ~daRd_HIO_c() {}
- void genMessage(JORMContext* ctx);
+ void genMessage(JORMContext* ctx) {}
public:
/* 0x04 */ dNpc_HIO_c mNpc;