Corrected order of hide light in player options
This commit is contained in:
+1
-1
@@ -352,9 +352,9 @@ public:
|
|||||||
|
|
||||||
PlayerNumber m_pn; // Needed for fetching the style.
|
PlayerNumber m_pn; // Needed for fetching the style.
|
||||||
|
|
||||||
HideLightType m_HideLightType;
|
|
||||||
LifeType m_LifeType;
|
LifeType m_LifeType;
|
||||||
DrainType m_DrainType; // only used with LifeBar
|
DrainType m_DrainType; // only used with LifeBar
|
||||||
|
HideLightType m_HideLightType;
|
||||||
ModTimerType m_ModTimerType;
|
ModTimerType m_ModTimerType;
|
||||||
int m_BatteryLives;
|
int m_BatteryLives;
|
||||||
/* All floats have a corresponding speed setting, which determines how fast
|
/* All floats have a corresponding speed setting, which determines how fast
|
||||||
|
|||||||
Reference in New Issue
Block a user