diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-04-21 07:18:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 08:18:49 -0600 |
| commit | e1a0f636e5c68d53b4e00a4cff85700f6588ef1b (patch) | |
| tree | 6e3419441ec2cdfbedf4dbb5abfd6017ac5b3156 /src/d/a/d_a_player.cpp | |
| parent | f5fc527d39c754fde87aeb90033d2efd698ad7e2 (diff) | |
e_ym / obj_volcball wip. obj_mgate done (#318)
* e_ym / obj_volcball wip. obj_mgate done
* remove asm
---------
Co-authored-by: root <root@DESKTOP-BTVP2BC>
Diffstat (limited to 'src/d/a/d_a_player.cpp')
| -rw-r--r-- | src/d/a/d_a_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/a/d_a_player.cpp b/src/d/a/d_a_player.cpp index 60a9cd7d04..89e1d8999d 100644 --- a/src/d/a/d_a_player.cpp +++ b/src/d/a/d_a_player.cpp @@ -651,7 +651,7 @@ f32 daPy_py_c::getAttentionOffsetY() { /* 8015F424-8015F438 159D64 0014+00 0/0 17/17 33/33 .text checkNowWolfEyeUp__9daPy_py_cFv */ -s16 daPy_py_c::checkNowWolfEyeUp() { +int daPy_py_c::checkNowWolfEyeUp() { return daAlink_getAlinkActorClass()->checkWolfEyeUp(); } |
