Skip to content

Commit

Permalink
VOYEUR: Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 26, 2015
1 parent 8c8261a commit 21a6618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/voyeur/files_threads.cpp
Expand Up @@ -1082,6 +1082,7 @@ int ThreadResource::doApt() {
break;
case 2:
_vm->_voy->_aptLoadMode = 142;
break;
case 5:
_vm->_voy->_aptLoadMode = 141;
break;
Expand Down

0 comments on commit 21a6618

Please sign in to comment.