diff --git a/gfx2.cfg b/gfx2.cfg index 5aa58312..40bfe751 100644 Binary files a/gfx2.cfg and b/gfx2.cfg differ diff --git a/init.c b/init.c index 209bc0a8..ed778c91 100644 --- a/init.c +++ b/init.c @@ -1781,7 +1781,7 @@ int Charger_CFG(int Tout_charger) } break; case CHUNK_MODES_VIDEO: // Modes vidéo - for (Indice=1; Indice<=NB_MODES_VIDEO; Indice++) + for (Indice=0; Indice<(Chunk.Taille/sizeof(CFG_Mode_video)); Indice++) { if (!read_byte(Handle, &CFG_Mode_video.Etat) || !read_word_le(Handle, &CFG_Mode_video.Largeur) ||