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
break;
case 3:
case 2:
ScreenZoomWindow();
break;
case 4:
case 3:
ScreenPositionWindow();
break;
}