fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

Fix cinematics off-by-one-pixel draw error #55

Closed erysdren closed 4 months ago

erysdren commented 4 months ago

It's a little hard to notice, but in the opening cinematic with the ROTT logo, you can see some missing pixels at the bottom of the logo which is not there in the DOS version. It was just a slight mistake when translating the assembly to C. This commit fixes that.

Funny enough, ROTT:LE has this bug too.