mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
SHERLOCK: RT: Fix Coverity warning
This commit is contained in:
parent
370107c953
commit
e3cd091f88
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user