From 723437e28500d728b0779a75e67eaaaa2740c6f6 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 27 Apr 2023 04:27:09 -0600 Subject: tactical mode: use police strobe by default, if it exists --- spaghetti-monster/anduril/tactical-mode.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/tactical-mode.h b/spaghetti-monster/anduril/tactical-mode.h index 8972202..4e14658 100644 --- a/spaghetti-monster/anduril/tactical-mode.h +++ b/spaghetti-monster/anduril/tactical-mode.h @@ -5,8 +5,12 @@ #pragma once #ifndef TACTICAL_LEVELS -// high, low, tactical strobe -#define TACTICAL_LEVELS 120,30,(RAMP_SIZE+2) + // high, low, tactical strobe + #ifdef USE_POLICE_COLOR_STROBE_MODE + #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+3) + #else + #define TACTICAL_LEVELS 120,30,(RAMP_SIZE+2) + #endif #endif // tactical(ish) mode -- cgit v1.2.3