Default settings: 20 undo pages, 16x4 vertical palette

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2022 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-30 17:58:59 +00:00
parent fbdde8d16c
commit b0624b17ac
2 changed files with 7 additions and 7 deletions

View File

@@ -750,7 +750,7 @@ int Load_INI(T_Config * conf)
conf->Mouse_merge_movement=values[0];
}
conf->Palette_cells_X=8;
conf->Palette_cells_X=16;
// Optionnel, nombre de colonnes dans la palette (>98.0%)
if (!Load_INI_get_values (file,buffer,"Palette_cells_X",1,values))
{
@@ -758,7 +758,7 @@ int Load_INI(T_Config * conf)
goto Erreur_ERREUR_INI_CORROMPU;
conf->Palette_cells_X=values[0];
}
conf->Palette_cells_Y=8;
conf->Palette_cells_Y=4;
// Optionnel, nombre de lignes dans la palette (>98.0%)
if (!Load_INI_get_values (file,buffer,"Palette_cells_Y",1,values))
{
@@ -801,7 +801,7 @@ int Load_INI(T_Config * conf)
else
break;
}
conf->Palette_vertical=0;
conf->Palette_vertical=1;
// Optional, vertical palette option (>98.0%)
if (!Load_INI_get_values (file,buffer,"Palette_vertical",1,values))
{