diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 00:44:25 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-16 00:46:09 +0300 |
commit | d455cd8a62639145d7b5c03ada6fc84d2ad8ac36 (patch) | |
tree | e690f03a618e5c0e9b3cc51dc85083937fdab66f /src/core/Camera.h | |
parent | 378f1d180d8736cdc55eedcb36b9a2d59796f1e0 (diff) |
Default native resolution mode and small camera fixes
Diffstat (limited to 'src/core/Camera.h')
-rw-r--r-- | src/core/Camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h index eca4518a..09a8d603 100644 --- a/src/core/Camera.h +++ b/src/core/Camera.h @@ -415,7 +415,7 @@ uint32 unknown; // some counter having to do with music float CamFrontXNorm; float CamFrontYNorm; -#if 0 // TODO: FIX_BUGS once GenericLoad is done +#ifdef FIX_BUGS int32 CarZoomIndicator; #else float CarZoomIndicator; @@ -455,7 +455,7 @@ uint32 unknown; // some counter having to do with music float m_ScreenReductionSpeed; float m_AlphaForPlayerAnim1rstPerson; float Orientation; -#if 0 // TODO: FIX_BUGS once GenericLoad is done +#ifdef FIX_BUGS int32 PedZoomIndicator; #else float PedZoomIndicator; |