Fixed Video menu bug (position did zoom and zoom did nothing).

This commit is contained in:
Carl.Kenner 2009-04-08 07:50:16 +00:00
parent d7ec9b193b
commit 52179a367c

View File

@ -2656,11 +2656,11 @@ static int MenuSettingsVideo()
#endif #endif
break; break;
case 3: case 2:
ScreenZoomWindow(); ScreenZoomWindow();
break; break;
case 4: case 3:
ScreenPositionWindow(); ScreenPositionWindow();
break; break;
} }