Skip to content

Commit

Permalink
fixed number of cmdline options
Browse files Browse the repository at this point in the history
  • Loading branch information
mborik committed Jul 1, 2024
1 parent cb04bb7 commit 03c9f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArgvParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ TCmdLineSwitch switches[] = {
{ "-soft", "--soft-render", VAR_BOOL, (void *) &argv_config.softrender,
"use software renderer instead of accelerated", SWPAR(NULL) },
};
TCmdLineSwitches cmdline = { switches, 26 };
TCmdLineSwitches cmdline = { switches, 27 };
//-----------------------------------------------------------------------------
void IntroMessage()
{
Expand Down

0 comments on commit 03c9f83

Please sign in to comment.