Players can now join and leave as they wish. Still TODO: Need to fix player number.
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@
|
||||
|
||||
#include <playerdata.h>
|
||||
|
||||
PlayerData::PlayerData(unsigned uniqueId)
|
||||
: m_uniqueId(uniqueId), m_type(PLAYER_TYPE_COMPUTER)
|
||||
PlayerData::PlayerData(unsigned uniqueId, int number)
|
||||
: m_uniqueId(uniqueId), m_number(number), m_type(PLAYER_TYPE_COMPUTER)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user