diff options
author | D G Turner | 2019-10-04 03:28:35 +0100 |
---|---|---|
committer | D G Turner | 2019-10-04 03:28:35 +0100 |
commit | 50b0d62334e42aa9030d36c3ba5385b3408c378e (patch) | |
tree | 890a78676cde6fd9c47cbc5047d28572b4870503 /common | |
parent | 8a96a1854d65b61b8e57498f1e66c42735e6cdb9 (diff) | |
download | scummvm-rg350-50b0d62334e42aa9030d36c3ba5385b3408c378e.tar.gz scummvm-rg350-50b0d62334e42aa9030d36c3ba5385b3408c378e.tar.bz2 scummvm-rg350-50b0d62334e42aa9030d36c3ba5385b3408c378e.zip |
SCI: Really Fix MSVC Warning
The Palette structure referred to here is in sci/graphics/helpers.h
not in the Graphics CursorMan class as previously thought.
Rather than adding a structure constructor which could have side
effects currently, the full structure is initialized here to avoid
the MSVC warning.
The previous change to CursorMan class Palette can be retained as it
is a reasonable code improvement in any case.
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions