Improved the safety backups: after restore, the original filename and directory are set. It uses a GIF application extension to save the data in the files (Only used for safety backups, it won't affect the GIFs that you save)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1467 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -42,7 +42,7 @@ if OK == true then
|
||||
|
||||
|
||||
if clean == 1 then
|
||||
for c = #colors+1, 255, 1 do
|
||||
for c = #colors+1, 256, 1 do
|
||||
setcolor(c-1,0,0,0)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user