fixed some renderer regressions

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@505 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-06-29 21:20:26 +00:00
parent 9fd440ab06
commit 7292c709c8
2 changed files with 7 additions and 4 deletions

View file

@ -772,6 +772,8 @@ static void DrawAllSpritesInterlace(int *hcache, int maxwidth, int pri, int sh)
// Go through sprites backwards:
for (i-- ;i>=0; i--)
DrawSpriteInterlace(sprites[i]);
HighCacheS[0] = 1; // just to fool main code
}