Skip to content

Commit

Permalink
AGI: Fix CID 1003769. 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 059fa15 commit ce057f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/agi/preagi_troll.cpp
Expand Up @@ -190,6 +190,7 @@ void TrollEngine::inventory() {
break;
case IDI_TRO_MAX_TREASURE:
drawStr(3, 17, kColorDefault, IDS_TRO_TREASURE_2);
break;
default:
sprintf(tmp, IDS_TRO_TREASURE_4, _treasuresLeft);
drawStr(20, 10, kColorDefault, tmp);
Expand Down

0 comments on commit ce057f8

Please sign in to comment.