Moved skin preview to the Gfx struct so it is not overwritten if you cancel skin loading.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1115 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-10-31 11:19:44 +00:00
parent a2fd796e59
commit 2b02ff505f
6 changed files with 12 additions and 11 deletions

View File

@@ -2678,7 +2678,7 @@ void Remap_menu_sprites()
// Skin preview
for (j = 0; j < 173; j++)
for (i = 0; i < 16; i++)
Remap_pixel(&skin_logo[i][j]);
Remap_pixel(&Gfx->preview[i][j]);
}
Clear_border(MC_Black);
}