fix hud render states; bug in coronas

This commit is contained in:
aap
2019-06-29 17:54:09 +02:00
parent d711af4757
commit 8946a20983
4 changed files with 808 additions and 816 deletions

View File

@ -13,7 +13,7 @@
#include "MBlur.h"
#include "Camera.h"
const float DefaultFOV = 80.0f; // actually 70.0f
const float DefaultFOV = 70.0f; // beta: 80.0f
CCamera &TheCamera = *(CCamera*)0x6FACF8;
bool &CCamera::m_bUseMouse3rdPerson = *(bool *)0x5F03D8;