diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-05 20:53:59 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-05 20:53:59 -0500 |
| commit | 0492ca2b52485bc5ffcc0c495963e23ffc8415b4 (patch) | |
| tree | 4c185707f160419032800b220d834b99060432d8 /src/d/actor/d_a_obj_quake.cpp | |
| parent | 92af4c4025dc760160671bffe0ef88279732429c (diff) | |
start d_menu_option
Diffstat (limited to 'src/d/actor/d_a_obj_quake.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_quake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_quake.cpp b/src/d/actor/d_a_obj_quake.cpp index 0cacdd7d..777e2fe8 100644 --- a/src/d/actor/d_a_obj_quake.cpp +++ b/src/d/actor/d_a_obj_quake.cpp @@ -51,7 +51,7 @@ s32 daObjQuake_c::_create() { } if (l_HIO.mChildID < 0) { - l_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("振動効果", &l_HIO); + l_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("振動効果", &l_HIO); // "Vibration Effect" } l_HIO.field_0x08 += 1; |
