Added in 800x600 and 1024x768 full screen mode for OpenGL

This commit is contained in:
hpsolo
2001-05-30 09:24:35 +00:00
parent 2f80e68b35
commit ce305c62c8
3 changed files with 39 additions and 27 deletions

View File

@@ -796,6 +796,18 @@ void initwinvideo(void)
SurfaceX=1024;
SurfaceY=896;
break;
case 11:
WindowWidth=800;
WindowHeight=600;
SurfaceX=800;
SurfaceY=600;
break;
case 12:
WindowWidth=1024;
WindowHeight=768;
SurfaceX=1024;
SurfaceY=768;
break;
default:
WindowWidth=256;
WindowHeight=224;