Comments removal
This commit is contained in:
@@ -18,7 +18,6 @@ const std::string PLUGIN_NAME = "HellIsUs";
|
||||
const std::string PLUGIN_LOG = PLUGIN_NAME + ".log";
|
||||
const std::string gameExecutable = "HellIsUs-Win64-Shipping.exe";
|
||||
const float baseAspect = 1.777777791;
|
||||
const float PDA_FOV = 21; // FOV must not be modified when switching to PDA to keep reading possible
|
||||
const float WORLD_FOV = 70.f;
|
||||
|
||||
// Logger
|
||||
@@ -348,11 +347,6 @@ extern "C" __declspec(dllexport) void SetCameraHeight(int cameraHeight)
|
||||
g_cameraHeight = (float)cameraHeight;
|
||||
}
|
||||
|
||||
//extern "C" __declspec(dllexport) void SetConsole()
|
||||
//{
|
||||
// EnableConsole();
|
||||
//}
|
||||
|
||||
// Getters for Reshade addon call
|
||||
extern "C" __declspec(dllexport) float GetFOVIn() {
|
||||
return g_FOV_In;
|
||||
|
||||
Reference in New Issue
Block a user