diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-02-11 00:06:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 00:06:12 -0800 |
| commit | b9de3375b4fdabc570d757ab8fb7b4e935d08700 (patch) | |
| tree | 9b408b4a820373fec34c1df573699be8626c919a /src/d/d_a_item_static.cpp | |
| parent | d8a4157b9f8de4054defe551e07ffc7a7aaae6e2 (diff) | |
d_a_obj debug (#3089)
Diffstat (limited to 'src/d/d_a_item_static.cpp')
| -rw-r--r-- | src/d/d_a_item_static.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/d/d_a_item_static.cpp b/src/d/d_a_item_static.cpp index d338e126cb..417d9244be 100644 --- a/src/d/d_a_item_static.cpp +++ b/src/d/d_a_item_static.cpp @@ -7,6 +7,11 @@ #include "d/d_a_item_static.h" +static void dummy(daItem_c* item) { + item->setFlag(0); + item->clrFlag(0); +} + u32 daItem_c::startCtrl() { setFlag(FLAG_NO_MOVE_e); return 1; |
