Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/slot.cc')
-rw-r--r--src/core/slot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/slot.cc b/src/core/slot.cc
index 58ab155..58bb51c 100644
--- a/src/core/slot.cc
+++ b/src/core/slot.cc
@@ -47,7 +47,7 @@ void Slot::load(const model::Weapon * weapon_tag)
{
if (weapon_tag) {
set_type(weapon_tag->type());
- set_cone(weapon_tag->cone());
+ set_cone(weapon_tag->cone() * M_PI / 180.0f);
set_location(weapon_tag->location());
set_axis(weapon_tag->axis());
}