summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_amiShutter.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-27 00:45:52 -0700
committerGitHub <noreply@github.com>2025-03-27 00:45:52 -0700
commit934e14f12b5d8eac4acd19a99c48496b267821f9 (patch)
treec9412d53fd17dbd64570eba00bc00813264930a8 /src/d/actor/d_a_obj_amiShutter.cpp
parent6648566b7a988f735cd6248bf137078a495e7f23 (diff)
fix debug build (#2345)
Diffstat (limited to 'src/d/actor/d_a_obj_amiShutter.cpp')
-rw-r--r--src/d/actor/d_a_obj_amiShutter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_amiShutter.cpp b/src/d/actor/d_a_obj_amiShutter.cpp
index d83a753c75..d830b1ae2d 100644
--- a/src/d/actor/d_a_obj_amiShutter.cpp
+++ b/src/d/actor/d_a_obj_amiShutter.cpp
@@ -39,7 +39,7 @@ void daAmiShutter_HIO_c::genMessage(JORMContext* i_ctx) {
#endif
/* 80BA256C-80BA2580 000014 0014+00 6/6 0/0 0/0 .bss l_HIO */
-static const daAmiShutter_HIO_c l_HIO;
+static daAmiShutter_HIO_c l_HIO;
/* 80BA155C-80BA15E4 00017C 0088+00 2/2 0/0 0/0 .text setBaseMtx__14daAmiShutter_cFv */
void daAmiShutter_c::setBaseMtx() {
@@ -103,7 +103,7 @@ cPhs__Step daAmiShutter_c::create() {
}
setBaseMtx();
#ifdef DEBUG
- l_HIO.entryHIO("アミシャッター")
+ l_HIO.entryHIO("アミシャッター");
#endif
}
return phaseStep;