summaryrefslogtreecommitdiffstats
path: root/src/render/Shadows.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/render/Shadows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Shadows.cpp b/src/render/Shadows.cpp
index 9b864d27..0ee63b9a 100644
--- a/src/render/Shadows.cpp
+++ b/src/render/Shadows.cpp
@@ -853,7 +853,7 @@ CShadows::StoreShadowForPed(CPed *pPed, float fDisplacementX, float fDisplacemen
{
if ( CTimeCycle::GetShadowStrength() != 0 )
{
- #if 1
+ #ifndef LIBRW
CCutsceneShadow *pShadow = pPed->m_pRTShadow;
if (pShadow)