diff --git a/Source/gmenu.cpp b/Source/gmenu.cpp index 92837bfdb..863d61b96 100644 --- a/Source/gmenu.cpp +++ b/Source/gmenu.cpp @@ -281,7 +281,7 @@ static void gmenu_left_right(BOOL isRight) return; step++; } else { - if (!step) + if (step == 0) return; step--; }