summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-10-27 17:55:14 -0300
committerGitHub <noreply@github.com>2023-10-28 07:55:14 +1100
commite634be7cd4b751ce19c1bb57a0c1d1b7d254e6ad (patch)
tree9a5282d1b311986c9e08b5b75e8343cf2c8a5592 /src/code
parent4422df3ef66f1e6502f17a3653a90dff1d232356 (diff)
Fix `/* */` to `/**/` (#1455)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_en_a_keep.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c
index 0f7224388..009a82f97 100644
--- a/src/code/z_en_a_keep.c
+++ b/src/code/z_en_a_keep.c
@@ -14,15 +14,15 @@ void EnAObj_Idle(EnAObj* this, PlayState* play);
void EnAObj_Talk(EnAObj* this, PlayState* play);
ActorInit En_A_Obj_InitVars = {
- /* */ ACTOR_EN_A_OBJ,
- /* */ ACTORCAT_PROP,
- /* */ FLAGS,
- /* */ GAMEPLAY_KEEP,
- /* */ sizeof(EnAObj),
- /* */ EnAObj_Init,
- /* */ EnAObj_Destroy,
- /* */ EnAObj_Update,
- /* */ EnAObj_Draw,
+ /**/ ACTOR_EN_A_OBJ,
+ /**/ ACTORCAT_PROP,
+ /**/ FLAGS,
+ /**/ GAMEPLAY_KEEP,
+ /**/ sizeof(EnAObj),
+ /**/ EnAObj_Init,
+ /**/ EnAObj_Destroy,
+ /**/ EnAObj_Update,
+ /**/ EnAObj_Draw,
};
static ColliderCylinderInit sCylinderInit = {