Hopefully fixed the issue in the DOS port where scanline options were not appearing in the Video menu

This commit is contained in:
ipher
2005-08-12 02:21:21 +00:00
parent 4481b5e305
commit 2bb532fd04

View File

@@ -1520,12 +1520,12 @@ DisplayGUIVideo:
je near .nocheckboxw
%ifdef __UNIXSDL__
GUIDisplayCheckboxun 5,61,119,scanlines,3,GUIVideoTextC2,0
%elifdef __WIN32__
%else
GUIDisplayCheckboxun 5,61,114,scanlines,3,GUIVideoTextC2,0
%endif
%ifdef __UNIXSDL__
GUIDisplayCheckboxun 5,101,119,scanlines,2,GUIVideoTextC3,0
%elifdef __WIN32__
%else
GUIDisplayCheckboxun 5,101,114,scanlines,2,GUIVideoTextC3,0
%endif