File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
SamTFE/Sources/SeriousSam
SamTSE/Sources/SeriousSam Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5078,6 +5078,7 @@ static void FillResolutionsList()
50785078 if ( apixWidths[iRes][0 ]>_pixDesktopWidth) break ;
50795079 apixWidths[iRes][1 ] = (int )ceil ( apixWidths[iRes][0 ] / ratio);
50805080 if (apixWidths[iRes][1 ] == 1098 ) apixWidths[iRes][1 ] = 1080 ;
5081+ if (apixWidths[iRes][1 ] == 769 ) apixWidths[iRes][1 ] = 768 ;
50815082 SetResolutionInList ( iRes, apixWidths[iRes][0 ], apixWidths[iRes][1 ]);
50825083 }
50835084 _ctResolutions = iRes;
Original file line number Diff line number Diff line change @@ -5078,6 +5078,7 @@ static void FillResolutionsList()
50785078 if ( apixWidths[iRes][0 ]>_pixDesktopWidth) break ;
50795079 apixWidths[iRes][1 ] = (int )ceil ( apixWidths[iRes][0 ] / ratio);
50805080 if (apixWidths[iRes][1 ] == 1098 ) apixWidths[iRes][1 ] = 1080 ;
5081+ if (apixWidths[iRes][1 ] == 769 ) apixWidths[iRes][1 ] = 768 ;
50815082 SetResolutionInList ( iRes, apixWidths[iRes][0 ], apixWidths[iRes][1 ]);
50825083 }
50835084 _ctResolutions = iRes;
You can’t perform that action at this time.
0 commit comments