Brush container saves and restores the right palette

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1702 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-01-30 00:17:47 +00:00
parent 5d2dd927e4
commit abadd59b12
3 changed files with 19 additions and 11 deletions

View File

@@ -424,6 +424,7 @@ typedef struct
word Height;
byte * Brush; /// < Color brush (if any)
T_Palette Palette;
byte Colormap[256];
byte Transp_color;
} T_Brush_template;