diff options
author | aap <aap@papnet.eu> | 2020-11-03 20:33:07 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-03 20:33:07 +0100 |
commit | 3c5bb4e8f34bebd14447a4166a24264a56e7ff3a (patch) | |
tree | 6d841c850a4c286d89612c232a4c82f5651b5200 /src/rw/VisibilityPlugins.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.gz re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.bz2 re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.lz re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.xz re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.zst re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/rw/VisibilityPlugins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rw/VisibilityPlugins.h b/src/rw/VisibilityPlugins.h index f277565d..03833c9c 100644 --- a/src/rw/VisibilityPlugins.h +++ b/src/rw/VisibilityPlugins.h @@ -24,6 +24,9 @@ public: static CLinkList<AlphaObjectInfo> m_alphaBoatAtomicList; static CLinkList<AlphaObjectInfo> m_alphaEntityList; static CLinkList<AlphaObjectInfo> m_alphaUnderwaterEntityList; +#ifdef NEW_RENDERER + static CLinkList<AlphaObjectInfo> m_alphaBuildingList; +#endif static RwCamera *ms_pCamera; static RwV3d *ms_pCameraPosn; static float ms_cullCompsDist; |