diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-17 12:41:00 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-17 12:41:00 -0400 |
| commit | c2d26ab17d5f07b28398979b26291f7da295054d (patch) | |
| tree | 4a9581aa3a2de3fa87c68e4ea6d8336d73a5eda4 /src/d/actor/d_a_bmd.cpp | |
| parent | 6980cbaa21d5f276543abfaf43bf19fb0b1d8d09 (diff) | |
m_Do_ext work
Diffstat (limited to 'src/d/actor/d_a_bmd.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmd.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmd.cpp b/src/d/actor/d_a_bmd.cpp index a1ec880b..947f6d68 100644 --- a/src/d/actor/d_a_bmd.cpp +++ b/src/d/actor/d_a_bmd.cpp @@ -23,7 +23,8 @@ class daBmd_HIO_c : public JORReflexible { public: daBmd_HIO_c(); - virtual ~daBmd_HIO_c() {}; + virtual ~daBmd_HIO_c() {} + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; |
