Skip to content

Commit

Permalink
remove restrict to shareware option
Browse files Browse the repository at this point in the history
  • Loading branch information
DakkJaniels committed Oct 3, 2023
1 parent aac82a9 commit 654c92d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ StartUpOptions::StartUpOptions()
// Ask is missing, cause we want to hide it from UI-Settings.
//{ StartUpGameMode::Hellfire, N_("Hellfire") },
})
, shareware("Shareware", OptionEntryFlags::NeedDiabloMpq | OptionEntryFlags::RecreateUI, N_("Restrict to Shareware"), N_("Makes the game compatible with the demo. Enables multiplayer with friends who don't own a full copy of Diablo."), false)
, diabloIntro("Diablo Intro", OptionEntryFlags::OnlyDiablo, N_("Intro"), N_("Shown Intro cinematic."), StartUpIntro::Once,
{
{ StartUpIntro::Off, N_("OFF") },
Expand Down
1 change: 0 additions & 1 deletion Source/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ struct StartUpOptions : OptionCategoryBase {
std::vector<OptionEntryBase *> GetEntries() override;

OptionEntryEnum<StartUpGameMode> gameMode;
OptionEntryBoolean shareware;
/** @brief Play game intro video on diablo startup. */
OptionEntryEnum<StartUpIntro> diabloIntro;
/** @brief Play game intro video on hellfire startup. */
Expand Down

0 comments on commit 654c92d

Please sign in to comment.