(svn r679) Clarify bp.sprite assignment in GfxMainBlitter(). Pointed out by Oskar.

This commit is contained in:
pasky 2004-11-19 21:57:02 +00:00
parent 249438be88
commit 0f7e48ead2
1 changed files with 1 additions and 1 deletions

2
gfx.c
View File

@ -1426,7 +1426,7 @@ static void GfxMainBlitter(byte *sprite, int x, int y, int mode)
byte *src = bp.sprite_org;
signed char b;
bp.sprite += (dst - src);
bp.sprite = dst + (bp.sprite - bp.sprite_org);
while (totpix != 0) {
assert(totpix > 0);