From 9f784e81f81651bed087902f9f3afee113e56148 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 19 Jun 2012 20:11:47 +0200 Subject: Switched to new implementation of the rest of math module - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix --- src/object/task/taskshield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object/task/taskshield.h') diff --git a/src/object/task/taskshield.h b/src/object/task/taskshield.h index 916cd6d..0e36e49 100644 --- a/src/object/task/taskshield.h +++ b/src/object/task/taskshield.h @@ -68,7 +68,7 @@ public: protected: Error Stop(); - bool CreateLight(D3DVECTOR pos); + bool CreateLight(Math::Vector pos); void IncreaseShield(); float RetRadius(); @@ -83,7 +83,7 @@ protected: float m_lastIncrease; float m_energyUsed; bool m_bError; - D3DVECTOR m_shieldPos; + Math::Vector m_shieldPos; int m_rankSphere; int m_soundChannel; int m_effectLight; -- cgit v1.2.3-1-g7c22