Added some new video modes to Win32 port [Aerdan]

This commit is contained in:
pagefault
2005-09-06 01:26:48 +00:00
parent 9b69ec0dc1
commit 01d557c132
3 changed files with 35 additions and 27 deletions

View File

@@ -1942,6 +1942,11 @@ void initwinvideo(void)
WindowWidth=1280;
WindowHeight=1024;
break;
case 33:
case 34:
WindowWidth=1600;
WindowHeight=1024;
break;
default:
WindowWidth=256;
WindowHeight=224;