aboutsummaryrefslogtreecommitdiff
path: root/graphics/nine_patch.cpp
diff options
context:
space:
mode:
authorD G Turner2019-09-15 23:00:36 +0100
committerD G Turner2019-09-15 23:00:36 +0100
commit8da29e1b89b60d34a0ff2b8898fc2149e608ea0c (patch)
treef7d01d3e99d4748486fa3878b9dba1e11d39f0b0 /graphics/nine_patch.cpp
parent971b16fdac565113cd8fd2717837acae75108f31 (diff)
downloadscummvm-rg350-8da29e1b89b60d34a0ff2b8898fc2149e608ea0c.tar.gz
scummvm-rg350-8da29e1b89b60d34a0ff2b8898fc2149e608ea0c.tar.bz2
scummvm-rg350-8da29e1b89b60d34a0ff2b8898fc2149e608ea0c.zip
WINTERMUTE: Fix MSVC Warning
This is due to the _lastLine variable being unsigned, but having -1 assigned to it as a default / invalid value. This could probably be assigned 0 with no issues, but since this is exposed, this warning is fixed instead by assigning the unsigned equivalent of -1 so no dependent code will see a change.
Diffstat (limited to 'graphics/nine_patch.cpp')
0 files changed, 0 insertions, 0 deletions