Skip to content

Commit 4e160a6

Browse files
committed
rework new autobalance system
1 parent 02d8499 commit 4e160a6

8 files changed

Lines changed: 204 additions & 101 deletions

File tree

src/game/server/basemultiplayerplayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ class CBaseMultiplayerPlayer : public CAI_ExpresserHost<CBasePlayer>
9696
virtual CAI_Expresser *CreateExpresser( void );
9797

9898
int m_iCurrentConcept;
99+
float m_flLastForcedChangeTeamTime;
99100
private:
100101
//---------------------------------
101102
CMultiplayer_Expresser *m_pExpresser;
102103

103104
float m_flConnectionTime;
104-
float m_flLastForcedChangeTeamTime;
105105

106106
int m_iBalanceScore; // a score used to determine which players are switched to balance the teams
107107

0 commit comments

Comments
 (0)