summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_gb.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-18 01:11:53 -0400
committerGitHub <noreply@github.com>2025-06-17 22:11:53 -0700
commit23cba4d117cc34f4fafce838eed8cef103fce79c (patch)
tree8d1aeb54e8b34697797384b4c980c77d847683a2 /src/d/actor/d_a_e_gb.cpp
parent5a13ca438a89c34d706432792d5257fcb2ad6b83 (diff)
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build * getDemoIDData matched, fix up various inlines and template classes * Remove nonmatching comments
Diffstat (limited to 'src/d/actor/d_a_e_gb.cpp')
-rw-r--r--src/d/actor/d_a_e_gb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_gb.cpp b/src/d/actor/d_a_e_gb.cpp
index 4c1b659b88..c57759a204 100644
--- a/src/d/actor/d_a_e_gb.cpp
+++ b/src/d/actor/d_a_e_gb.cpp
@@ -1591,7 +1591,7 @@ static cPhs__Step daE_GB_Create(fopAc_ac_c* a_this) {
u8 swBit = fopAcM_GetParam(a_this) >> 16;
if (swBit != 0xFF) {
if (dComIfGs_isSwitch(swBit, fopAcM_GetRoomNo(a_this))) {
- OS_REPORT("E_gb やられ後なので再セットしません\n")
+ OS_REPORT("E_gb やられ後なので再セットしません\n");
return cPhs_ERROR_e;
}
}