Skip to content

Commit

Permalink
- very minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvids committed Oct 29, 2021
1 parent 0be7ba2 commit 4080cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WOLFSRC/WL_MENU.C
Original file line number Diff line number Diff line change
Expand Up @@ -2461,7 +2461,7 @@ void DrawCtlScreen(void)
//
if (CtlItems.curpos<0 || !CtlMenu[CtlItems.curpos].active)
#ifdef WASD
for (i=0;i<9;i++)
for (i=0;i<CtlItems.amount;i++)
#else // WASD
for (i=0;i<6;i++)
#endif // WASD
Expand Down

0 comments on commit 4080cf8

Please sign in to comment.