diff options
| author | marwernerh <mwernerhernandez@ufl.edu> | 2023-07-23 20:52:42 -0400 |
|---|---|---|
| committer | marwernerh <mwernerhernandez@ufl.edu> | 2023-07-23 20:52:42 -0400 |
| commit | 4b41dcaa99cd737d8d495f61923e6cfedf025edb (patch) | |
| tree | eb7874abf27bdb2ac6ef7bcb82b451d8968eacec /include | |
| parent | c3dd9e785ab33f4dd691f17048d8d644145b6f58 (diff) | |
Edits according to feedback
Diffstat (limited to 'include')
| -rw-r--r-- | include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h b/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h index f6a729fc4d..322a43f61c 100644 --- a/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h +++ b/include/rel/d/a/tag/d_a_tag_waterfall/d_a_tag_waterfall.h @@ -8,12 +8,12 @@ class daTagWaterFall_c : public fopAc_ac_c { public: daTagWaterFall_c() {} - /* 80D64680 */ bool draw(); + /* 80D64680 */ int draw(); /* 80D64724 */ f32 getEllipseY(f32); /* 80D64768 */ bool checkHitWaterFall(cXyz); /* 80D6486C */ bool checkHitWaterFallCamera(); - /* 80D648B4 */ bool execute(); - /* 80D64AE0 */ bool _delete(); + /* 80D648B4 */ int execute(); + /* 80D64AE0 */ int _delete(); /* 80D64B20 */ cPhs__Step create(); private: |
