Added new windowed video modes

This commit is contained in:
pagefault
2001-05-16 21:08:18 +00:00
parent 642f0e623f
commit 673c3e49c2
3 changed files with 43 additions and 17 deletions

View File

@@ -1337,6 +1337,26 @@ void initwinvideo(void)
SurfaceX=512;
SurfaceY=448;
break;
case 18:
WindowWidth=768;
WindowHeight=672;
break;
case 19:
WindowWidth=768;
WindowHeight=672;
SurfaceX=512;
SurfaceY=448;
break;
case 20:
WindowWidth=1024;
WindowHeight=896;
break;
case 21:
WindowWidth=1024;
WindowHeight=896;
SurfaceX=512;
SurfaceY=448;
break;
default:
WindowWidth=256;
WindowHeight=224;