Skip to content

Commit

Permalink
JANITORIAL: Silence GCC 7 fallthrough warning
Browse files Browse the repository at this point in the history
Confirmed intentional by Joefish.
  • Loading branch information
bonki committed Mar 23, 2018
1 parent 9e3376c commit 9645f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/supernova/rooms.cpp
Expand Up @@ -2707,6 +2707,7 @@ bool AxacussCorridor5::handleMoneyDialog() {
stopInteract(_gm->_state._money);
return true;
}
// fall through
case 2:
if (_gm->_state._money > 1100) {
stopInteract(_gm->_state._money - 200);
Expand Down

0 comments on commit 9645f7f

Please sign in to comment.