From e3cd091f88044757548fb2c9d473c86b78146c6d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 3 Aug 2015 18:17:03 -0400 Subject: SHERLOCK: RT: Fix Coverity warning --- engines/sherlock/tattoo/widget_foolscap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock/tattoo/widget_foolscap.cpp') diff --git a/engines/sherlock/tattoo/widget_foolscap.cpp b/engines/sherlock/tattoo/widget_foolscap.cpp index 2acb20081a..0ec7fb2161 100644 --- a/engines/sherlock/tattoo/widget_foolscap.cpp +++ b/engines/sherlock/tattoo/widget_foolscap.cpp @@ -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; -- cgit v1.2.3