diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-14 10:53:58 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-14 10:53:58 -0400 |
| commit | a1ef9f163ee6bbe58965e7874dccd056197bfc08 (patch) | |
| tree | 8fc51c3dcea96075238c0fa8b0d0abdef749fa66 | |
| parent | c06b3874cc97eaf056a83102bcb0d727ad8a3d39 (diff) | |
Fix tn sjis error again
| -rw-r--r-- | src/d/actor/d_a_tn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_tn.cpp b/src/d/actor/d_a_tn.cpp index 5f3f8893..3c97b2d7 100644 --- a/src/d/actor/d_a_tn.cpp +++ b/src/d/actor/d_a_tn.cpp @@ -4270,7 +4270,7 @@ static cPhs_State daTn_Create(fopAc_ac_c* a_this) { return cPhs_ERROR_e; } if (hio_set == false) { - l_tnHIO.mNo = mDoHIO_createChild("タートナック", &l_tnHIO); // Tātonakku + l_tnHIO.mNo = mDoHIO_createChild("タートナック", &l_tnHIO); // Taatonakku i_this->m1433 = 1; hio_set = true; } |
