Fix crash with logging
This commit is contained in:
parent
7b0e71e51e
commit
91237fa152
@ -1,5 +1,5 @@
|
||||
#include "pch.h"
|
||||
#include "json.h"
|
||||
#include "pch.h"
|
||||
|
||||
CJson::CJson(const char* name, bool pathPredefined)
|
||||
{
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user