framebuffer_ng: fix background transparency

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3b964311fa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-12-28 20:01:44 +01:00
parent 2e92ae5b03
commit fc24abc015

View File

@@ -243,7 +243,7 @@ void CFrameBuffer::init(const char * const)
paletteSetColor(0xF, 0x00FFFF, tr);
paletteSetColor(0x10, 0xFFFFFF, tr);
paletteSetColor(0x11, 0x000000, tr);
paletteSetColor(COL_BACKGROUND, 0x000000, 0xffff);
paletteSetColor(COL_BACKGROUND, 0x000000, 0x0);
paletteSet();