GUI: Fix warnings

This commit is contained in:
Eugene Sandulenko 2016-07-22 13:38:07 +03:00 committed by Alexander Tkachev
parent 409dd27e76
commit a65682a828
2 changed files with 10 additions and 3 deletions

View file

@ -1449,6 +1449,9 @@ void ThemeEngine::drawDialogBackgroundClip(const Common::Rect &r, const Common::
case kDialogBackgroundDefault:
queueDDClip(kDDDefaultBackground, r, clip);
break;
case kDialogBackgroundNone:
// no op
break;
}
}