File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
bin /songs /*
12
12
maps.db
13
13
bin /Main.cfg
14
+ bin /screenshots
15
+ bin /log *
14
16
15
17
# Intermediate Files
16
18
x64
@@ -48,6 +50,3 @@ Makefile
48
50
49
51
# Document build files
50
52
docs /build
51
-
52
- # Game screenshot folder
53
- bin /screenshots
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ class ScoreScreen_Impl : public ScoreScreen
251
251
{
252
252
g_application->RemoveTickable (this );
253
253
}
254
- if (key == SDLK_PRINTSCREEN )
254
+ if (key == SDLK_F12 )
255
255
{
256
256
auto luaPopInt = [this ]
257
257
{
Original file line number Diff line number Diff line change @@ -1234,6 +1234,9 @@ class SongSelect_Impl : public SongSelect
1234
1234
}
1235
1235
void m_OnMouseScroll (int32 steps)
1236
1236
{
1237
+ if (m_suspended)
1238
+ return ;
1239
+
1237
1240
if (m_settingsWheel->Active )
1238
1241
{
1239
1242
m_settingsWheel->AdvanceSelection (steps);
You can’t perform that action at this time.
0 commit comments