256x224 R Full for is now actually 256x224, not 320x240. (SDL, thanks Pieter Hulshoff!)
This commit is contained in:
@@ -822,14 +822,11 @@ void initwinvideo(void)
|
||||
{
|
||||
//case 0:
|
||||
//case 4;
|
||||
case 1:
|
||||
default:
|
||||
WindowWidth = 256;
|
||||
WindowHeight = 224;
|
||||
break;
|
||||
case 1:
|
||||
WindowWidth = 320;
|
||||
WindowHeight = 240;
|
||||
break;
|
||||
case 2:
|
||||
case 5:
|
||||
case 17: // Variable
|
||||
|
||||
Reference in New Issue
Block a user