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 0ee63b9a..9b864d27 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 )
{
- #ifndef LIBRW
+ #if 1
CCutsceneShadow *pShadow = pPed->m_pRTShadow;
if (pShadow)