mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
EMI: Add missing break
This commit is contained in:
parent
2920822e60
commit
684f51f7f3
@ -60,6 +60,7 @@ void EMIAnimComponent::setKey(int f) {
|
||||
switch (f) {
|
||||
case 0: // Stop
|
||||
_animState->stop();
|
||||
break;
|
||||
case 1: // Play
|
||||
_animState->play();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user