summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-10-05 15:26:24 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-10-05 15:26:24 +0200
commit37302a2504811bf410b2485dbf65d5dedd8ba164 (patch)
treec71e9c4d26589f94982ab9031219c3e580faaffd /src/object
parent703f03f31622b357b0951d5a631a987cb888aa25 (diff)
downloadcolobot-37302a2504811bf410b2485dbf65d5dedd8ba164.tar.gz
colobot-37302a2504811bf410b2485dbf65d5dedd8ba164.tar.bz2
colobot-37302a2504811bf410b2485dbf65d5dedd8ba164.zip
CLightning rewrite
Diffstat (limited to 'src/object')
-rw-r--r--src/object/object.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/object.cpp b/src/object/object.cpp
index 77a7c25..5a1631f 100644
--- a/src/object/object.cpp
+++ b/src/object/object.cpp
@@ -2995,7 +2995,7 @@ bool CObject::CreateBuilding(Math::Vector pos, float angle, float height,
m_character.posPower = Math::Vector(5.0f, 3.0f, 0.0f);
CreateShadowCircle(6.0f, 1.0f);
- m_showLimitRadius = Gfx::BLITZPARA;
+ m_showLimitRadius = Gfx::LTNG_PROTECTION_RADIUS;
}
if ( m_type == OBJECT_NUCLEAR )
@@ -3048,7 +3048,7 @@ bool CObject::CreateBuilding(Math::Vector pos, float angle, float height,
SetGlobalSphere(Math::Vector(0.0f, 10.0f, 0.0f), 20.0f);
CreateShadowCircle(21.0f, 1.0f);
- m_showLimitRadius = Gfx::BLITZPARA;
+ m_showLimitRadius = Gfx::LTNG_PROTECTION_RADIUS;
}
if ( m_type == OBJECT_SAFE )