From 563a941ead26c4fa10a885568023e64b047a3514 Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Thu, 23 May 2024 17:01:26 -0700 Subject: [PATCH] Correct WoM style hacks description --- src/ClassiCube.vcxproj.filters | 3 +++ src/Menus.c | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ClassiCube.vcxproj.filters b/src/ClassiCube.vcxproj.filters index 6c7084917..56867a58f 100644 --- a/src/ClassiCube.vcxproj.filters +++ b/src/ClassiCube.vcxproj.filters @@ -761,6 +761,9 @@ Source Files\Utils + + Source Files + diff --git a/src/Menus.c b/src/Menus.c index 6e2f8f2a9..88e3f1cb1 100644 --- a/src/Menus.c +++ b/src/Menus.c @@ -3239,9 +3239,9 @@ static void HacksSettingsScreen_InitWidgets(struct MenuOptionsScreen* s) { s->descriptions[2] = "&eIf &fON&e, then the third person cameras will limit\nðeir zoom distance if they hit a solid block."; s->descriptions[3] = "&eSets how many blocks high you can jump up.\n&eNote: You jump much higher when holding down the Speed key binding."; s->descriptions[4] = \ - "&eIf &fON&e, gives you a triple jump which increases speed massively.\n" \ - "&eThis is based on the \"World of Minecraft\" classic client mod,\n" \ - "&ewhich popularized hacks conventions and controls\n" \ + "&eIf &fON&e, gives you a triple jump which increases speed massively,\n" \ + "&ealong with older noclip style. This is based on the \"World of Minecraft\"\n" \ + "&eclassic client mod, which popularized hacks conventions and controls\n" \ "&ebefore ClassiCube was created."; s->descriptions[7] = \ "&eIf &fON&e, placing blocks that intersect your own position cause\n" \