From 614ce1267772d67825a32fb7495a049cd6498fe5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 1 Jan 2013 15:20:14 +0000 Subject: Initial support for turret-style weapons. --- src/core/slots.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/slots.cc') diff --git a/src/core/slots.cc b/src/core/slots.cc index 12f6208..6d6096a 100644 --- a/src/core/slots.cc +++ b/src/core/slots.cc @@ -23,8 +23,7 @@ void Slots::load(model::Model *model) { for (model::Model::Weapons::iterator it = model->weapons().begin(); it != model->weapons().end(); ++it) { Slot *slot = new Slot(); - slot->set_location((*it)->location()); - slot->set_axis((*it)->axis()); + slot->load((*it)); slots_container.push_back(slot); } //con_debug << " loaded " << slots_container.size() << " entity slots" << std::endl; -- cgit v1.2.3