diff --git a/resource/common/locale/English.json b/resource/common/locale/English.json index 4263028..4e8bdfb 100644 --- a/resource/common/locale/English.json +++ b/resource/common/locale/English.json @@ -160,7 +160,7 @@ "HideAreaNames": "Hide area names", "HideHud": "Hide HUD", "HideRadar": "Hide radar", - "HideVehNames ": "Hide vehicle names", + "HideVehNames": "Hide vehicle names", "HideWantedLevel": "Hide wanted level", "Hour": "Hour", "IncompatibleMods": "Incompatible mods", diff --git a/src/json.cpp b/src/json.cpp index 328b1d6..067ef97 100644 --- a/src/json.cpp +++ b/src/json.cpp @@ -1,5 +1,5 @@ -#include "pch.h" #include "json.h" +#include "pch.h" CJson::CJson(const char* name, bool pathPredefined) { diff --git a/src/pch.cpp b/src/pch.cpp index 9155456..d66faee 100644 --- a/src/pch.cpp +++ b/src/pch.cpp @@ -1,7 +1,7 @@ #include "pch.h" -CJson gConfig = CJson("config"); eRenderer gRenderer = Render_Unknown; std::ofstream gLog = std::ofstream("CheatMenu.log"); +CJson gConfig = CJson("config"); Hotkey aimSkinChanger; Hotkey freeCam; diff --git a/src/version.h b/src/version.h index 3912c9d..c290a2a 100644 --- a/src/version.h +++ b/src/version.h @@ -2,5 +2,5 @@ #define MENU_NAME "Cheat Menu" #define MENU_VERSION_NUMBER "3.2" #define MENU_VERSION MENU_VERSION_NUMBER"-beta" -#define BUILD_NUMBER "20220214" +#define BUILD_NUMBER "20220218" #define MENU_TITLE MENU_NAME " v" MENU_VERSION