Fix issue 516: Some changes can't be undone on animations > 32 frames
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2033 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -758,7 +758,7 @@ void Load_image(T_IO_Context *context)
|
||||
if (format->Palette_only)
|
||||
{
|
||||
// Make a backup step
|
||||
Backup_layers(0);
|
||||
Backup_layers(LAYER_NONE);
|
||||
}
|
||||
// Copy the loaded palette
|
||||
memcpy(Main_palette, context->Palette, sizeof(T_Palette));
|
||||
|
||||
Reference in New Issue
Block a user