Adjust and move default priorities

New users will be confused if their macros are not executed,
if they are "blocked" by other scene switching methods.
This commit is contained in:
WarmUpTill
2021-12-05 21:39:13 +01:00
committed by WarmUpTill
parent 0a481b3e31
commit 0029977ae1
12 changed files with 12 additions and 11 deletions

View File

@@ -10,7 +10,6 @@
#include "switch-generic.hpp"
constexpr auto exe_func = 3;
constexpr auto default_priority_3 = exe_func;
struct ExecutableSwitch : SceneSwitcherEntry {
static bool pause;