summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_movebox.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-01-19 21:18:30 -0500
committerGitHub <noreply@github.com>2026-01-19 18:18:30 -0800
commit1fba6e13e56dd74ca73bcfabfe2756b520fd8d7b (patch)
treec8bcca0d8320b28abfd84e86a9c4a951e127823c /src/d/actor/d_a_obj_movebox.cpp
parentd83996c711a7aadd4f468614a34f53572423c3f1 (diff)
Use default parameter values in JORMContext calls where appropriate (#3057)
Diffstat (limited to 'src/d/actor/d_a_obj_movebox.cpp')
-rw-r--r--src/d/actor/d_a_obj_movebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_movebox.cpp b/src/d/actor/d_a_obj_movebox.cpp
index e0794916f4..319bb9746e 100644
--- a/src/d/actor/d_a_obj_movebox.cpp
+++ b/src/d/actor/d_a_obj_movebox.cpp
@@ -102,7 +102,7 @@ void daObjMovebox::Hio_c::dt() {
void daObjMovebox::Hio_c::genMessage(JORMContext* context) {
context->genLabel("§ 押引パラメータ設定 §\n", 0);
- context->genCheckBox("bgc", &M_flag_bgc[mType], 1);
+ context->genCheckBox("bgc", &M_flag_bgc[mType], 0x1);
context->genLabel("\n【地表】", 1);
context->genSlider("押し停止時間初回", &mAttr.mFirstPushStopTime, 0, 100);
context->genSlider("押し停止時間連続", &mAttr.mRepeatPushStopTime, 0, 100);