Fix severe old bug where RGB scale couldn't be set back to 256. Update NSIS script (win32 installer)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1026 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-09-11 22:40:47 +00:00
parent 0f5d002505
commit 2345a764d6
2 changed files with 14 additions and 7 deletions

View File

@@ -2176,7 +2176,8 @@ void Button_Secondary_palette(void)
T_Scroller_button * rgb_scale_slider;
char str[4];
byte palette_vertical = Config.Palette_vertical;
byte palette_cols, palette_lines, rgb_scale;
byte palette_cols, palette_lines;
word rgb_scale;
byte palette_needs_redraw=0;
Open_window(200,146,"Palettes");