Fixed SDL video labels. Organized video output in config. Enabled HQ2X on Variable OGL and fixed it's ratio.

This commit is contained in:
n-a-c-h
2005-01-12 13:19:16 +00:00
parent d76fd1ee38
commit 095c34d11d
3 changed files with 31 additions and 31 deletions

View File

@@ -390,7 +390,7 @@ int Main_Proc(void)
break;
#ifdef __OPENGL__
case SDL_VIDEORESIZE:
if(cvidmode != 16) {
if(cvidmode != 17) {
surface = SDL_SetVideoMode(WindowWidth, WindowHeight,
BitDepth, surface->flags & ~SDL_RESIZABLE);
adjustMouseXScale();
@@ -832,13 +832,13 @@ void initwinvideo(void)
break;
case 2:
case 5:
case 17: // Variable
WindowWidth = 512;
WindowHeight = 448;
break;
case 3:
case 6:
case 7:
case 17: // Variable
WindowWidth = 640;
WindowHeight = 480;
break;