- moved bitmap.cpp to 'common' and remove the duplicate IceRemap.

This commit is contained in:
Christoph Oelckers 2020-04-11 20:23:26 +02:00
commit 8f8aed5ee3
10 changed files with 9 additions and 29 deletions

View file

@ -54,26 +54,6 @@
#include "gi.h"
const uint8_t IcePalette[16][3] =
{
{ 10, 8, 18 },
{ 15, 15, 26 },
{ 20, 16, 36 },
{ 30, 26, 46 },
{ 40, 36, 57 },
{ 50, 46, 67 },
{ 59, 57, 78 },
{ 69, 67, 88 },
{ 79, 77, 99 },
{ 89, 87,109 },
{ 99, 97,120 },
{ 109,107,130 },
{ 118,118,141 },
{ 128,128,151 },
{ 138,138,162 },
{ 148,148,172 }
};
//----------------------------------------------------------------------------
//
//