From 22433e52a7b0f2e5c548edb915ea11a38a8077ad Mon Sep 17 00:00:00 2001 From: sicarius Date: Tue, 20 Feb 2007 21:01:02 +0000 Subject: +++ Codework, Navigator&Positiontracker done (buggy?) --- source/Concept/Framework/modules/interpreter/position_tracker.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/Concept/Framework/modules/interpreter/position_tracker.h') diff --git a/source/Concept/Framework/modules/interpreter/position_tracker.h b/source/Concept/Framework/modules/interpreter/position_tracker.h index b31dd8f..e93ef0c 100755 --- a/source/Concept/Framework/modules/interpreter/position_tracker.h +++ b/source/Concept/Framework/modules/interpreter/position_tracker.h @@ -10,12 +10,18 @@ public: { this->parent = NULL; this->moduleId = 0; + this->positionX = 0; + this->positionY = 0; + this->orientation = 0; } Position_Tracker(uint32 trackerId) { this->parent = NULL; this->moduleId = trackerId; + this->positionX = 0; + this->positionY = 0; + this->orientation = 0; } protected: -- cgit v1.2.3