From 52179a367ca38ae5df75539dd82dca8d1932a78f Mon Sep 17 00:00:00 2001 From: "Carl.Kenner" Date: Wed, 8 Apr 2009 07:50:16 +0000 Subject: [PATCH] Fixed Video menu bug (position did zoom and zoom did nothing). --- source/ngc/menu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ngc/menu.cpp b/source/ngc/menu.cpp index 476aa51..c99c034 100644 --- a/source/ngc/menu.cpp +++ b/source/ngc/menu.cpp @@ -2656,11 +2656,11 @@ static int MenuSettingsVideo() #endif break; - case 3: + case 2: ScreenZoomWindow(); break; - case 4: + case 3: ScreenPositionWindow(); break; }