File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
GeneralsMD/Code/GameEngine/Source/GameNetwork
Generals/Code/GameEngine/Source/GameNetwork Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ void LANAPI::init( void )
100100{
101101 m_gameStartTime = 0 ;
102102 m_gameStartSeconds = 0 ;
103- m_transport->reset ();
104- m_transport->init (m_localIP, lobbyPort);
105- m_transport->allowBroadcasts (true );
106103
107104 m_pendingAction = ACT_NONE;
108105 m_expiration = 0 ;
Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ void LANAPI::init( void )
100100{
101101 m_gameStartTime = 0 ;
102102 m_gameStartSeconds = 0 ;
103- m_transport->reset ();
104- m_transport->init (m_localIP, lobbyPort);
105- m_transport->allowBroadcasts (true );
106103
107104 m_pendingAction = ACT_NONE;
108105 m_expiration = 0 ;
You can’t perform that action at this time.
0 commit comments