diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2021-10-23 06:14:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-23 09:14:25 -0400 |
| commit | 961913f18fb677ac6f95f0ab08c30bedaa616ec2 (patch) | |
| tree | 6200186f1b09e10a3ccc9ea0df1e90bfe41390e1 /src/code/flg_set.c | |
| parent | 151e098e48fcd779a296cfbdcedd8f4528f96232 (diff) | |
Format the misformatted files in master (#354)
* Format the misformatted files in master
* Correct arms_hook double-semicolon, since it was almost certainly just an accident
Diffstat (limited to 'src/code/flg_set.c')
| -rw-r--r-- | src/code/flg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/flg_set.c b/src/code/flg_set.c index 490472d20..780884c85 100644 --- a/src/code/flg_set.c +++ b/src/code/flg_set.c @@ -231,7 +231,7 @@ void FlagSet_Update(GameState* gameState) { } /* Other controls */ - + // A toggles the selected flag if (CHECK_BTN_ALL(input->press.button, BTN_A)) { *sFlagEntries[sEntryIndex].value ^= (1 << sCurrentBit); |
