diff options
| author | mattias-blum <142374929+mattias-blum@users.noreply.github.com> | 2025-05-17 22:40:49 -0400 |
|---|---|---|
| committer | mattias-blum <142374929+mattias-blum@users.noreply.github.com> | 2025-05-17 22:40:49 -0400 |
| commit | 6c3f33263dc8669c01379e1540f1e28a8416768f (patch) | |
| tree | 4d07f5f53c1a26b5837c239d1b2c1052812b66a9 /src/d/d_lib.cpp | |
| parent | b27c3f63af236cd025482f568c917a6bcf30b543 (diff) | |
more progress
Diffstat (limited to 'src/d/d_lib.cpp')
| -rw-r--r-- | src/d/d_lib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index c34e5c5b..c870fbe7 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -353,7 +353,7 @@ s16 CSTControl::getAngleStick() { } /* 80058340-800585D0 .text checkTrigger__9STControlFv */ -s32 STControl::checkTrigger() { +u8 STControl::checkTrigger() { field_0x0d = field_0x0c; f32 valueStick = getValueStick(); s16 angleStick = getAngleStick(); |
