diff --git a/Quake/net_bsd.c b/Quake/net_bsd.c index 79d62f85..b021f5b4 100644 --- a/Quake/net_bsd.c +++ b/Quake/net_bsd.c @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -91,3 +91,4 @@ net_landriver_t net_landrivers[MAX_NET_DRIVERS] = }; int net_numlandrivers = 1; + diff --git a/Quake/net_sdl.c b/Quake/net_sdl.c index 5dbb75f9..d0a72f6b 100644 --- a/Quake/net_sdl.c +++ b/Quake/net_sdl.c @@ -60,23 +60,6 @@ net_driver_t net_drivers[MAX_NET_DRIVERS] = Datagram_Close, Datagram_Shutdown } - , - { - "Datagram", - false, - Datagram_Init, - Datagram_Listen, - Datagram_SearchForHosts, - Datagram_Connect, - Datagram_CheckNewConnections, - Datagram_GetMessage, - Datagram_SendMessage, - Datagram_SendUnreliableMessage, - Datagram_CanSendMessage, - Datagram_CanSendUnreliableMessage, - Datagram_Close, - Datagram_Shutdown - } }; int net_numdrivers = 2;