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:
@@ -363,7 +363,7 @@ byte C64_FLI_enforcer(void)
|
||||
if (Main_backups->Pages->Nb_layers != 4)
|
||||
return 2;
|
||||
|
||||
Backup_layers(1<<3);
|
||||
Backup_layers(3);
|
||||
|
||||
memset(bitmap,0,8000);
|
||||
memset(background,0,200);
|
||||
|
||||
Reference in New Issue
Block a user