- palette related fixes.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:18:47 +02:00
commit 1a0ace4f88
8 changed files with 11 additions and 8 deletions

View file

@ -167,9 +167,6 @@ public:
int DisplayWidth, DisplayHeight;
FFont *SmallFont, *SmallFont2, *BigFont, *BigUpper, *ConFont, *IntermissionFont, *NewConsoleFont, *NewSmallFont, *CurrentConsoleFont, *OriginalSmallFont, *AlternativeSmallFont, *OriginalBigFont;
// [RH] The framebuffer is no longer a mere byte array.
// There's also only one, not four.
DFrameBuffer *screen;