Closed GoogleCodeExporter closed 9 years ago
I just had a look at this myself, in 2.4, line 2891 in miscfileformats.c is:
File_error = Save_C64_fli(filename,saveWhat,loadAddr);
I changed this to
File_error = Save_C64_multi(context,filename,saveWhat,loadAddr);
like it was in 2.3, now multicolor saving works in 2.4 here.
Original comment by mikeri...@gmail.com
on 26 Dec 2012 at 5:13
Fixed in r2043. Files will be saved as FLI only if the file extension is ".fli"
(case insensitive), else they will be saved in plain multicolor format.
Original comment by pulkoma...@gmail.com
on 29 Dec 2012 at 7:02
Original issue reported on code.google.com by
mikeri...@gmail.com
on 25 Dec 2012 at 10:53