wtfffffff with git

This commit is contained in:
2026-07-20 23:14:21 +03:00
parent 8be6e381d8
commit 381ef354c6
2 changed files with 0 additions and 8 deletions

View File

@@ -65,17 +65,13 @@ OptionBool useVignette("useVignette", true);
OptionBool useTouchscreen("useTouchscreen", true);
OptionBool serverVisible("servervisible", true);
#ifndef __APPLE__
OptionBool foliageTint("foliagetint", false);
#endif
OptionInt fogType("fogType", 0, 0, 2);
OptionBool javaHud("javaHud", false);
OptionBool betaSky("betaSky", false);
#ifndef __APPLE__
OptionBool tintedSide("tintedSide", false);
#endif
OptionBool blockOutline("blockOutline", false);
OptionBool restoredAnims("restoredAnims", true);

View File

@@ -88,15 +88,11 @@ enum OptionId {
OPTIONS_LAST_IP,
OPTIONS_RPI_CURSOR,
#ifndef __APPLE__
OPTIONS_FOLIAGE_TINT,
#endif
OPTIONS_FOG_TYPE,
OPTIONS_JAVA_HUD,
OPTIONS_RESTORED_ANIMS,
#ifndef __APPLE__
OPTIONS_TINTED_SIDE,
#endif
OPTIONS_BETA_SKY,
OPTIONS_BEAUTIFUL_SKY,
OPTIONS_VIGNETTE,