Skip to content

Commit

Permalink
TSAGE: Blue Force: Fix Coverity issue CID 1003729: missing break.
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Aug 20, 2013
1 parent 69aef2a commit a07e83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/blue_force/blueforce_scenes0.cpp
Expand Up @@ -888,6 +888,7 @@ void Scene60::Action1::signal() {
break;
case 4:
remove();
break;
case 5:
setDelay(120);
break;
Expand Down

0 comments on commit a07e83c

Please sign in to comment.