mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-03 03:32:37 +02:00
Fixed markers rotation speed
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
|||||||
uint32 m_nIdentifier;
|
uint32 m_nIdentifier;
|
||||||
RwRGBA m_Color;
|
RwRGBA m_Color;
|
||||||
uint16 m_nPulsePeriod;
|
uint16 m_nPulsePeriod;
|
||||||
uint16 m_nRotateRate;
|
int16 m_nRotateRate;
|
||||||
uint32 m_nStartTime;
|
uint32 m_nStartTime;
|
||||||
float m_fPulseFraction;
|
float m_fPulseFraction;
|
||||||
float m_fStdSize;
|
float m_fStdSize;
|
||||||
|
Reference in New Issue
Block a user