Corrected the palette reduction system. Gif loading now OK

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@113 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-08-10 13:00:13 +00:00
parent 216ea8c9c2
commit 2c187ef632
3 changed files with 49 additions and 13 deletions

View File

@@ -18,6 +18,9 @@ void Test_LBM(void);
void Load_LBM(void);
void Save_LBM(void);
byte * LBM_Buffer;
byte HBPm1; // Header.BitPlanes-1
// -- GIF -------------------------------------------------------------------
void Test_GIF(void);
void Load_GIF(void);