diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-08-15 03:54:03 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-08-15 03:54:03 +0200 |
| commit | 1739e6205ad1803255eb9e73e4f7e42add7a3abd (patch) | |
| tree | 2bee0ad46984771b6cb9b74f50b77d8acf240055 /src/manager/miscManager.c | |
| parent | 355e125cacff0295ba280667c9361b85e2714758 (diff) | |
Labeled all unlabeled inputs(if I didn't miss any)
Diffstat (limited to 'src/manager/miscManager.c')
| -rw-r--r-- | src/manager/miscManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/miscManager.c b/src/manager/miscManager.c index c0c47a89..5ae26ace 100644 --- a/src/manager/miscManager.c +++ b/src/manager/miscManager.c @@ -434,6 +434,6 @@ void MiscManager_TypeF(MiscManager* this) { if (gPlayerEntity.action == PLAYER_TALKEZLO) { DeleteThisEntity(); } - gInput.heldKeys |= 0x4; + gInput.heldKeys |= SELECT_BUTTON; } #endif |
