- Fixed master brightness, as it got copied from GPU.h wrong (Please don't move AND modify code across files in the same commit, so we can avoid this bugs easier)

This commit is contained in:
shashclp 2007-02-09 05:37:12 +00:00
parent 252cc00ac8
commit 76ef976bb5
1 changed files with 1 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@ void GPU_ligne(NDS_Screen * screen, u16 l)
{ {
#ifndef BRIGHT_TABLES #ifndef BRIGHT_TABLES
u8 r,g,b; u8 r,g,b;
dstColor.val = T1ReadWord(dst, i16 << 1);
r = dstColor.bits.red; r = dstColor.bits.red;
g = dstColor.bits.green; g = dstColor.bits.green;
b = dstColor.bits.blue; b = dstColor.bits.blue;