diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-10-04 19:13:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-04 13:13:40 -0400 |
| commit | 9771afdc6945f174a8d2d2b5b3564010686aeafa (patch) | |
| tree | 56fd789c36594f133c62c7d3fde46f98992b1f07 /src/code/z_construct.c | |
| parent | 1cb00350d94b98a70574545ebb5d858fd8532fe6 (diff) | |
Some pause menu inputs doc (#1370)
* `PauseContext.pageSwitchTimer` -> `delaySwitchPageInputTimer`
* Document stick input repeat in the pause menu
* format
* `delaySwitchPageInputTimer` -> `pageSwitchInputTimer`
* Fix swapped delay and delay_first, oops
* Move timer incrs on their own lines
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 440949b42..9a40a3391 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -345,9 +345,9 @@ void func_80111070(void) { XREG(3) = -4; XREG(4) = 3; XREG(5) = 0; - XREG(6) = 2; + R_PAUSE_STICK_REPEAT_DELAY = 2; XREG(7) = 30; - XREG(8) = 10; + R_PAUSE_STICK_REPEAT_DELAY_FIRST = 10; XREG(9) = 0; XREG(10) = -9550; XREG(11) = 9950; |
