256x224 R Full for is now actually 256x224, not 320x240. (SDL, thanks Pieter Hulshoff!)

This commit is contained in:
ipher
2005-01-12 18:06:09 +00:00
parent 4fbb42cd13
commit 2f590ca2ca

View File

@@ -822,14 +822,11 @@ void initwinvideo(void)
{ {
//case 0: //case 0:
//case 4; //case 4;
case 1:
default: default:
WindowWidth = 256; WindowWidth = 256;
WindowHeight = 224; WindowHeight = 224;
break; break;
case 1:
WindowWidth = 320;
WindowHeight = 240;
break;
case 2: case 2:
case 5: case 5:
case 17: // Variable case 17: // Variable