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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user