Skip to content

Commit

Permalink
INSANE: Fix CID 1003734. Missing break in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jul 15, 2013
1 parent b1c8863 commit e0e6b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/scumm/insane/insane_enemy.cpp
Expand Up @@ -2435,6 +2435,7 @@ void Insane::actor12Reaction(int32 buttons) {
smlayer_setActorFacing(1, 2, 6, 180);
smlayer_setActorLayer(1, 2, 25);
_actor[1].act[2].state = 103;
break;
case 103:
_actor[1].kicking = false;

Expand Down

0 comments on commit e0e6b95

Please sign in to comment.