summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_bu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_e_bu.cpp')
-rw-r--r--src/d/actor/d_a_e_bu.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_e_bu.cpp b/src/d/actor/d_a_e_bu.cpp
index d820bc4123..3bcab8c744 100644
--- a/src/d/actor/d_a_e_bu.cpp
+++ b/src/d/actor/d_a_e_bu.cpp
@@ -92,7 +92,7 @@ static int nodeCallBack(J3DJoint* i_joint, int param_1) {
return 1;
}
-static u8 l_HIOInit;
+static u8 hio_set;
static daE_BU_HIO_c l_HIO;
@@ -994,7 +994,7 @@ static int daE_BU_Delete(e_bu_class* i_this) {
dComIfG_resDelete(&i_this->phase, "E_BU");
if (i_this->HIOInit != 0) {
- l_HIOInit = 0;
+ hio_set = 0;
mDoHIO_DELETE_CHILD(l_HIO.id);
}
@@ -1076,9 +1076,9 @@ static int daE_BU_Create(fopAc_ac_c* i_this) {
a_this->action = ACTION_FLY;
}
- if (!l_HIOInit) {
+ if (!hio_set) {
a_this->HIOInit = TRUE;
- l_HIOInit = TRUE;
+ hio_set = TRUE;
l_HIO.id = mDoHIO_CREATE_CHILD("バブル", &l_HIO);
}