Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Turn off spikes in race mode #317

Open
VVD opened this issue Oct 13, 2023 · 0 comments
Open

[PATCH] Turn off spikes in race mode #317

VVD opened this issue Oct 13, 2023 · 0 comments
Labels

Comments

@VVD
Copy link

VVD commented Oct 13, 2023

Oneliner:

diff --git a/src/triggers.c b/src/triggers.c
index 19549a7..8d696db 100644
--- a/src/triggers.c
+++ b/src/triggers.c
@@ -112,7 +112,7 @@ void multi_use()
 void multi_touch()
 {
        // #practice mode#
-       if (!k_practice && (match_in_progress != 2))
+       if ((!k_practice && (match_in_progress != 2)) || isRACE())
        {
                return;
        }
@VVD VVD added the bug label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant