summary refs log tree commit diff stats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4ae11d6..0d14986 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -23,7 +23,7 @@ int main(int, char**)
23 23
24 Game game(rng, muxer); 24 Game game(rng, muxer);
25 25
26 constexpr int titleFadeLen = 3000; 26 constexpr int titleFadeLen = 2000;
27 bool doneTitles = false; 27 bool doneTitles = false;
28 int titleNum = 0; 28 int titleNum = 0;
29 TitleState titleState = TitleState::FadeIn; 29 TitleState titleState = TitleState::FadeIn;