SHERLOCK: RT: Fix Coverity warning

This commit is contained in:
Paul Gilbert 2015-08-03 18:17:03 -04:00
parent 370107c953
commit e3cd091f88

View File

@ -33,6 +33,7 @@ namespace Tattoo {
WidgetFoolscap::WidgetFoolscap(TattooEngine *vm) : WidgetBase(vm) {
for (int idx = 0; idx < 3; ++idx)
Common::fill(&_answers[idx][0], &_answers[idx][10], 0);
Common::fill(&_solutions[0], &_solutions[3], nullptr);
_images = nullptr;
_numWide = 0;
_spacing = 0;