commit
8648de9581
|
@ -147,7 +147,7 @@ protected:
|
||||||
int m_bmTotal = 0; // number of points in m_bmPoints
|
int m_bmTotal = 0; // number of points in m_bmPoints
|
||||||
int m_bmIndex = 0; // index in m_bmPoints
|
int m_bmIndex = 0; // index in m_bmPoints
|
||||||
Math::Vector m_bmPoints[MAXPOINTS+2];
|
Math::Vector m_bmPoints[MAXPOINTS+2];
|
||||||
char m_bmIter[MAXPOINTS+2] = {};
|
signed char m_bmIter[MAXPOINTS+2] = {};
|
||||||
int m_bmIterCounter = 0;
|
int m_bmIterCounter = 0;
|
||||||
CObject* m_bmCargoObject = nullptr;
|
CObject* m_bmCargoObject = nullptr;
|
||||||
float m_bmFinalMove = 0.0f; // final advance distance
|
float m_bmFinalMove = 0.0f; // final advance distance
|
||||||
|
|
Loading…
Reference in New Issue