1
0

cWorld now saves/loads the scoreboard

This commit is contained in:
andrew
2014-01-22 15:49:21 +02:00
parent 9bd8f74b59
commit dd04f5a73c
4 changed files with 44 additions and 15 deletions

View File

@@ -238,6 +238,8 @@ bool cTeam::HasPlayer(const AString & a_Name) const
void cTeam::Reset(void)
{
// TODO 2014-01-22 xdot: Inform online players
m_Players.clear();
}
@@ -505,3 +507,4 @@ unsigned int cScoreboard::GetNumTeams(void) const