mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
Add missing break. Thanks to Cody56
svn-id: r19309
This commit is contained in:
parent
917cb5624d
commit
1ab6688d24
@ -2129,6 +2129,7 @@ void Insane::actor12Reaction(int32 buttons) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 37:
|
||||
_actor[1].cursorX = 0;
|
||||
_actor[1].kicking = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user