Skip to content

Commit

Permalink
fix calls for shareware
Browse files Browse the repository at this point in the history
  • Loading branch information
DakkJaniels committed Oct 3, 2023
1 parent 654c92d commit f303526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,11 @@ StartUpOptions::StartUpOptions()
})
{
gameMode.SetValueChangedCallback(OptionGameModeChanged);
shareware.SetValueChangedCallback(OptionSharewareChanged);
}
std::vector<OptionEntryBase *> StartUpOptions::GetEntries()
{
return {
&gameMode,
&shareware,
&diabloIntro,
&hellfireIntro,
&splash,
Expand Down

0 comments on commit f303526

Please sign in to comment.