Hmm.. Maybe this'll fix it.
This commit is contained in:
@@ -432,6 +432,7 @@ void NetworkSyncManager::StartRequest(short position)
|
|||||||
m_EvalPlayerData[i].difficulty=(Difficulty)0;
|
m_EvalPlayerData[i].difficulty=(Difficulty)0;
|
||||||
for (int j=0; j<NETNUMTAPSCORES; ++j)
|
for (int j=0; j<NETNUMTAPSCORES; ++j)
|
||||||
m_EvalPlayerData[i].tapScores[j] = 0;
|
m_EvalPlayerData[i].tapScores[j] = 0;
|
||||||
|
m_EvalPlayerData[i].playerOptions = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
//Block until go is recieved.
|
//Block until go is recieved.
|
||||||
|
|||||||
Reference in New Issue
Block a user