diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 10:31:53 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-18 10:31:53 +0200 |
commit | 555f933780653012e7c2c664f91f88914a42e05e (patch) | |
tree | 861011464aa08fead52ab03cf92b8e4dbd8a8f39 /src/render/Shadows.h | |
parent | Merge pull request #465 from erorcun/erorcun (diff) | |
download | re3-555f933780653012e7c2c664f91f88914a42e05e.tar re3-555f933780653012e7c2c664f91f88914a42e05e.tar.gz re3-555f933780653012e7c2c664f91f88914a42e05e.tar.bz2 re3-555f933780653012e7c2c664f91f88914a42e05e.tar.lz re3-555f933780653012e7c2c664f91f88914a42e05e.tar.xz re3-555f933780653012e7c2c664f91f88914a42e05e.tar.zst re3-555f933780653012e7c2c664f91f88914a42e05e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Shadows.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/Shadows.h b/src/render/Shadows.h index d209fe90..65274879 100644 --- a/src/render/Shadows.h +++ b/src/render/Shadows.h @@ -46,7 +46,6 @@ public: uint8 bRendered : 1; //uint8 bDrawOnBuildings : 1; } m_nFlags; - char _pad0; RwTexture *m_pTexture; CStoredShadow() @@ -58,11 +57,9 @@ class CPolyBunch { public: int16 m_nNumVerts; - char _pad0[2]; CVector m_aVerts[7]; uint8 m_aU[7]; uint8 m_aV[7]; - char _pad1[2]; CPolyBunch *m_pNext; CPolyBunch() @@ -82,7 +79,6 @@ public: float m_fZDistance; float m_fScale; uint8 m_nType; - char _pad0; int16 m_nIntensity; // unsigned ? uint8 m_nRed; uint8 m_nGreen; @@ -90,7 +86,6 @@ public: bool m_bJustCreated; bool m_bRendered; bool m_bTemp; - char _pad1[2]; RwTexture *m_pTexture; CStaticShadow() @@ -113,7 +108,6 @@ public: uint8 m_nRed; uint8 m_nGreen; uint8 m_nBlue; - char _pad0[2]; uint32 m_nTimeCreated; uint32 m_nLifeTime; RwTexture *m_pTexture; |