diff options
author | Simon Howard | 2014-03-22 16:54:47 -0400 |
---|---|---|
committer | Simon Howard | 2014-03-22 16:54:47 -0400 |
commit | 4788fd8387b4206df42a95c3c2f9b848bf4eac20 (patch) | |
tree | 433d783dc003f01a3edde0241eee8ef41eb09e3c /README | |
parent | edfbfe1d5da7ace84e102e3b68cddfb1a7b1d6c1 (diff) | |
download | chocolate-doom-4788fd8387b4206df42a95c3c2f9b848bf4eac20.tar.gz chocolate-doom-4788fd8387b4206df42a95c3c2f9b848bf4eac20.tar.bz2 chocolate-doom-4788fd8387b4206df42a95c3c2f9b848bf4eac20.zip |
heretic/hexen: Fix automap background scrolling.
There was a bug where it was possible to keep moving the background
when the boundaries of the map were reached. This is because the code
to move the background was done in calls to AM_Drawer(), which is
fundamentally a bad idea. Some old commented-out code shows that this
was previously done in AM_Drawer (same location that scrolls the map
itself), but it was moved. Move it back.
Thanks to Chris Fielder for the bug report; this fixes #321.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions