Added 800x600 DR FULL

This commit is contained in:
pagefault
2001-06-16 18:52:28 +00:00
parent 21d470739a
commit 20ea412d9b
3 changed files with 27 additions and 20 deletions

View File

@@ -1497,6 +1497,12 @@ void initwinvideo(void)
SurfaceX=512;
SurfaceY=448;
break;
case 24:
WindowWidth=800;
WindowHeight=600;
SurfaceX=640;
SurfaceY=480;
break;
default:
WindowWidth=256;
WindowHeight=224;