ALL: Fix whitespaces / indention
svn-id: r55818
This commit is contained in:
parent
377b4c67d9
commit
2d1c8a3533
50 changed files with 78 additions and 70 deletions
|
@ -103,7 +103,7 @@ void SpritesMgr::blitPixel(uint8 *p, uint8 *end, uint8 col, int spr, int width,
|
|||
uint8 *p1;
|
||||
// Yes, get effective priority going down
|
||||
for (p1 = p; p1 < end && (epr = *p1 & 0xf0) < 0x30; p1 += width)
|
||||
;
|
||||
;
|
||||
if (p1 >= end)
|
||||
epr = 0x40;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue