intro movement fully fixed

This commit is contained in:
Priec
2025-08-27 01:38:51 +02:00
parent e5db0334c0
commit 9e4dd3b4c7

View File

@@ -37,7 +37,7 @@ impl IntroState {
} }
MovementAction::Select => { MovementAction::Select => {
// Actual selection handled in event loop (UiContext::Intro) // Actual selection handled in event loop (UiContext::Intro)
true false
} }
MovementAction::Esc => { MovementAction::Esc => {
// Nothing special for Intro, but could be used to quit // Nothing special for Intro, but could be used to quit