From 2bbe766ee4869f99519ba8caea4ffa0ed5f73b84 Mon Sep 17 00:00:00 2001 From: Grinch_ Date: Sat, 16 Oct 2021 02:04:40 +0600 Subject: [PATCH] Remove notes --- src/menu.cpp | 5 ----- src/ui.cpp | 5 ----- src/weapon.cpp | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/menu.cpp b/src/menu.cpp index 2cc9899..5479d00 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -551,11 +551,6 @@ void Menu::Draw() ImGui::Dummy(ImVec2(0, 10)); ImGui::TextWrapped("Thanks to Junior-Djjr"); ImGui::Dummy(ImVec2(0, 30)); - ImGui::Text("Please note,"); - ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction."); - ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source."); - ImGui::TextWrapped("3. This can be ignored by getting permission from the author."); - ImGui::Dummy(ImVec2(0, 10)); Ui::CenterdText("Copyright Grinch_ 2019-2022. All rights reserved"); ImGui::EndChild(); diff --git a/src/ui.cpp b/src/ui.cpp index 0a1e647..ac9f372 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -153,11 +153,6 @@ void Ui::DrawHeaders(CallbackTable& data) ImGui::NewLine(); ImGui::TextWrapped("If you find bugs or have suggestions, you can let me know on discord :)"); ImGui::Dummy(ImVec2(0, 30)); - ImGui::Text("Please note,"); - ImGui::TextWrapped("1. You are NOT allowed to reupload this modifiction."); - ImGui::TextWrapped("2. If you're posting it somewhere, link to the official source."); - ImGui::TextWrapped("3. This can be ignored by getting permission from the author."); - ImGui::Dummy(ImVec2(0, 10)); CenterdText("Copyright Grinch_ 2019-2022. All rights reserved."); } else diff --git a/src/weapon.cpp b/src/weapon.cpp index 32acc93..cae7195 100644 --- a/src/weapon.cpp +++ b/src/weapon.cpp @@ -256,7 +256,7 @@ void Weapon::Draw() } } #endif - if (Ui::CheckboxWithHint("Huge damage", &m_bHugeDamage)) + if (Ui::CheckboxWithHint("Huge damage", &m_bHugeDamage, "Also enable 'Long range' if weapon range is short")) { if (!m_bHugeDamage) {