diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-10-01 15:32:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-01 15:32:20 -0700 |
| commit | 6dee0f28a87ffb96691bb1af0be77283d7e13b60 (patch) | |
| tree | dddd7b1bd2a3810d7e0dadf598e0466bf35a7ffe /include | |
| parent | c7703d106915675940de73b6c9ea059b059fd300 (diff) | |
d_a_obj_nagaisu OK (#2717)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_nagaisu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_nagaisu.h b/include/d/actor/d_a_obj_nagaisu.h index 30ac30b234..836b9d8b89 100644 --- a/include/d/actor/d_a_obj_nagaisu.h +++ b/include/d/actor/d_a_obj_nagaisu.h @@ -16,7 +16,7 @@ public: /* 80C9FE28 */ void create(daObjNagaisu_c*, dCcD_Stts*); /* 80C9FF54 */ int execute(); /* 80CA0034 */ int draw(dMdl_c*); - /* 80CA00B8 */ int Delete(); + /* 80CA00B8 */ void Delete(); /* 80CA0118 */ bool chkHit(); /* 80CA0180 */ void callEmt(); |
