mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 21:00:39 +00:00
CINE: Add missing break
This commit is contained in:
parent
8d4b8d2c70
commit
144ccbda9f
@ -180,11 +180,13 @@ static void processEvent(Common::Event &event) {
|
||||
case kActionMouseLeft:
|
||||
if (allowPlayerInput) {
|
||||
mouseLeft = 0;
|
||||
} break;
|
||||
}
|
||||
break;
|
||||
case kActionMouseRight:
|
||||
if (allowPlayerInput) {
|
||||
mouseRight = 0;
|
||||
}
|
||||
break;
|
||||
case kActionMoveUp:
|
||||
case kActionMoveDown:
|
||||
case kActionMoveLeft:
|
||||
|
Loading…
Reference in New Issue
Block a user