summaryrefslogtreecommitdiff
path: root/src/d/d_a_item_static.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2026-02-11 00:06:12 -0800
committerGitHub <noreply@github.com>2026-02-11 00:06:12 -0800
commitb9de3375b4fdabc570d757ab8fb7b4e935d08700 (patch)
tree9b408b4a820373fec34c1df573699be8626c919a /src/d/d_a_item_static.cpp
parentd8a4157b9f8de4054defe551e07ffc7a7aaae6e2 (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.cpp5
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;