diff options
author | Colin Snover | 2017-02-18 16:18:10 -0600 |
---|---|---|
committer | Colin Snover | 2017-04-22 19:28:36 -0500 |
commit | 8a5eb0c7844fc2103df24dae8002938ee57d2064 (patch) | |
tree | 93472cbffffd6838157da59106db3706bda09262 /graphics | |
parent | 3ab1f5f4cc6aa79e755fc9688202e2386b74cf92 (diff) | |
download | scummvm-rg350-8a5eb0c7844fc2103df24dae8002938ee57d2064.tar.gz scummvm-rg350-8a5eb0c7844fc2103df24dae8002938ee57d2064.tar.bz2 scummvm-rg350-8a5eb0c7844fc2103df24dae8002938ee57d2064.zip |
SCI32: Fix dumb typo in CelInfo32::toString
The typo was `if (kCelTypeColor)` instead of
`if (type == kCelTypeColor)`. Changed to use a switch instead for
improved clarity and code intelligence.
Diffstat (limited to 'graphics')
0 files changed, 0 insertions, 0 deletions