WIN: Added 1680x1050 FDR [Aerdan]

This commit is contained in:
ipher
2005-10-13 19:12:29 +00:00
parent 16f1580684
commit 99e2fcc9b0
4 changed files with 34 additions and 29 deletions

View File

@@ -1948,7 +1948,11 @@ void initwinvideo(void)
case 35:
case 36:
WindowWidth=1600;
WindowHeight=1200;
WindowHeight=1024;
break;
case 37:
WindowWidth=1680;
WindowHeight=1050;
break;
default:
WindowWidth=256;