Fixed 2 bugs in sprite drawing
authorslack <slack@codemaniacs.com>
Wed, 13 May 2009 19:14:19 +0000 (21:14 +0200)
committerslack <slack@codemaniacs.com>
Wed, 13 May 2009 19:14:19 +0000 (21:14 +0200)
commita6741d53a9cc8069488578df4534a75643031300
tree8fa3f46cff8844e0ae4d284c472cdbb436402d5d
parent90ab2876f1de92e4c2b7996f96bb2e4c11f3bd15
Fixed 2 bugs in sprite drawing

- A bug with sprite priority (sprites with lower priority
  didn't draw under overlapping sprites with higher
  priority)

- A memory corruption bug when a sprite went over the right
  edge of the screen :$
core/GBVideo.cc