Menu: Palette size is now free, 1-256 on X and 1-16 on Y (non-powers-of-two are accepted)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@622 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-09 21:44:15 +00:00
parent 990e016381
commit 82dc541a3c
8 changed files with 145 additions and 88 deletions

View File

@@ -73,8 +73,8 @@ GFX2_GLOBAL struct S_Config
byte Fast_zoom;
byte Find_file_fast;
byte Couleurs_separees;
short Palette_Cells_X;
short Palette_Cells_Y;
word Palette_Cells_X;
word Palette_Cells_Y;
byte FX_Feedback;
byte Safety_colors;
byte Opening_message;