[chocolate-doom] 15/79: Remove test code

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:07:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

jmtd pushed a commit to annotated tag chocolate-doom-0.1.3
in repository chocolate-doom.

commit febe55b72786c0fe95c27682fefb87e4f51d4db0
Author: Simon Howard <fraggle at gmail.com>
Date:   Mon Jan 2 17:24:40 2006 +0000

    Remove test code
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 243
---
 src/net_server.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/net_server.c b/src/net_server.c
index 0fa58a0..f9e12a1 100644
--- a/src/net_server.c
+++ b/src/net_server.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: net_server.c 242 2006-01-02 00:54:17Z fraggle $
+// $Id: net_server.c 243 2006-01-02 17:24:40Z fraggle $
 //
 // Copyright(C) 2005 Simon Howard
 //
@@ -21,6 +21,9 @@
 // 02111-1307, USA.
 //
 // $Log$
+// Revision 1.7  2006/01/02 17:24:40  fraggle
+// Remove test code
+//
 // Revision 1.6  2006/01/02 00:54:17  fraggle
 // Fix packet not freed back after being sent.
 // Code to disconnect clients from the server side.
@@ -253,10 +256,6 @@ static void NET_SV_ParseACK(net_packet_t *packet, net_client_t *client)
         // force a waiting data packet to be sent immediately
 
         client->last_send_time = -1;
-
-        // test: disconnect straight away
-
-        NET_SV_DisconnectClient(client);
     }
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list