Fix a few remaining graphic gliches in V1 games

svn-id: r14529
This commit is contained in:
Travis Howell 2004-08-10 02:04:15 +00:00
parent 87f1cd48d6
commit 2481ebf896

View File

@ -405,7 +405,7 @@ void CostumeRenderer::procC64(int actor) {
if (!rep)
color = *src++;
if (0 <= y && y < _outheight && v1.x < _outwidth) {
if (0 <= y && y < _outheight && 0 <= v1.x && v1.x < _outwidth) {
if (!_mirror) {
LINE(0, 0); LINE(2, 2); LINE(4, 4); LINE(6, 6);
} else {