From 7218e3bd4616d4706090ec47d72845a2bb89c6a3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 4 May 2008 22:30:49 +0000 Subject: split map reading from models --- src/model/engine.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/model/engine.cc') diff --git a/src/model/engine.cc b/src/model/engine.cc index 17201d0..1a89ea2 100644 --- a/src/model/engine.cc +++ b/src/model/engine.cc @@ -12,6 +12,12 @@ namespace model { /* ---------- core::Engine ------------------------------------------ */ +Engine::Engine() : + engine_location() +{ + engine_radius = 1.0f; +} + Engine::Engine(math::Vector3f const & location) : engine_location(location) { -- cgit v1.2.3