mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
init m_nRoomsFilled -- not sure when this http view feature broke
This commit is contained in:
parent
a1be555910
commit
2c5c7a0dd1
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ CRefMgr::Get()
|
||||||
|
|
||||||
CRefMgr::CRefMgr()
|
CRefMgr::CRefMgr()
|
||||||
: m_nextCID(0)
|
: m_nextCID(0)
|
||||||
|
, m_nRoomsFilled(0)
|
||||||
, m_startTime(time(NULL))
|
, m_startTime(time(NULL))
|
||||||
{
|
{
|
||||||
/* should be using pthread_once() here */
|
/* should be using pthread_once() here */
|
||||||
|
|
Loading…
Reference in a new issue