mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Fix: scrolling intro cannot be skipped using a mouse click
This commit is contained in:
@@ -272,7 +272,7 @@ namespace OpenRCT2
|
||||
|
||||
static void ScreenIntroProcessMouseInput()
|
||||
{
|
||||
if (ContextGetCursorState()->any == CURSOR_PRESSED)
|
||||
if (ContextGetCursorState()->any & CURSOR_DOWN)
|
||||
{
|
||||
ScreenIntroSkipPart();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user