mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 10:09:48 +00:00
correction of defects and another two audio functions
This commit is contained in:
@ -104,7 +104,7 @@ public:
|
||||
void SwitchOff(void);
|
||||
void AddThisOne(CVector pos0, CVector pos1, CVector pos2, CVector pos3, bool b_isMovingDown);
|
||||
bool IsActive() { return m_bIsActive; };
|
||||
CVector GetPosition() { return m_midPoint; };
|
||||
const CVector& GetPosition() const { return m_midPoint; };
|
||||
};
|
||||
|
||||
class CEscalators
|
||||
@ -116,7 +116,7 @@ public:
|
||||
static void Update(void);
|
||||
static void AddOne(CVector pos0, CVector pos1, CVector pos2, CVector pos3, bool b_isMovingDown);
|
||||
static void Shutdown(void);
|
||||
static CEscalator GetEscalator(int ind) { return aEscalators[ind]; };
|
||||
static CEscalator& GetEscalator(int ind) { return aEscalators[ind]; };
|
||||
};
|
||||
|
||||
class CMovingThing
|
||||
|
Reference in New Issue
Block a user