Skip to content

Commit

Permalink
fix for Amiga Export
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroNick2020 committed Mar 27, 2021
1 parent 7e4c2a9 commit e180558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rmabout.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls,lclintf;

Const
ProgramName ='Raster Master v1.0 Beta R7';
ProgramName ='Raster Master v1.0 Beta R8';
ProgramLicense = 'Released under MIT License';

type
Expand Down
1 change: 1 addition & 0 deletions rmmain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,7 @@ procedure TRMMainForm.AmigaBasicClick(Sender: TObject);
GetOpenSaveRegion(x,y,x2,y2);
if ExportDialog.Execute then
begin
ext:=UpperCase(ExtractFileExt(ExportDialog.Filename));
sourcemode:=Source32; //PaletteModeAmiga32
pm:=GetPaletteMode;
case pm of PaletteModeAmiga2:sourcemode:=Source2;
Expand Down

0 comments on commit e180558

Please sign in to comment.