Added code that Charles forgot, enabeling ReportNSSOnOff.

This commit is contained in:
Josh Allen
2004-09-05 05:11:44 +00:00
parent ed9e25b2b1
commit f381ab05d9
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ void NetworkSyncManager::ReportNSSOnOff(int i)
m_packet.ClearPacket();
m_packet.Write1( 10 );
m_packet.Write1( i );
NetPlayerClient->SendPack((char*)m_packet.Data, m_packet.Position);
}
void NetworkSyncManager::ReportTiming(float offset, int PlayerNumber)