diff options
author | Hein-Pieter van Braam | 2017-05-26 11:44:37 -0500 |
---|---|---|
committer | Colin Snover | 2017-05-26 12:21:43 -0500 |
commit | 04fb40be2d1cc004f4f745434a93ff67694bba27 (patch) | |
tree | 87e66a528482892bd027c94d012cc49338883b31 /ports.mk | |
parent | 78f69e198c8198075ded9e557bf1e2807a1c49f0 (diff) | |
download | scummvm-rg350-04fb40be2d1cc004f4f745434a93ff67694bba27.tar.gz scummvm-rg350-04fb40be2d1cc004f4f745434a93ff67694bba27.tar.bz2 scummvm-rg350-04fb40be2d1cc004f4f745434a93ff67694bba27.zip |
SCI32: Fix kArrayFill
The ScummVM implementation of class SciArray::fill() has a bug where it
will overwrite the array[index] with the value count times, rather than
fill the array starting from index count times.
This patch fixes that behavior. This was noticed because the LSL7 dice
game was broken, it was impossible to lose. After this patch the dice
game works as expected.
Closes gh-953.
Diffstat (limited to 'ports.mk')
0 files changed, 0 insertions, 0 deletions