Center fullscreen little mode

This commit is contained in:
theoddone33
2001-04-27 03:26:26 +00:00
parent dbf68872a9
commit ec26ae517c

View File

@@ -656,8 +656,10 @@ void initwinvideo(void)
WindowHeight=224;
break;
case 1:
WindowWidth=640;
WindowHeight=480 ;
//WindowWidth=640;
//WindowHeight=480 ;
WindowWidth=320;
WindowHeight=240 ;
SurfaceX=320;
SurfaceY=240;
break;