]> git.xonotic.org Git - xonotic/darkplaces.git/commit
reworked quake query code (CCREQ_/CCREP_ handling) to use MSG_Read functions, it...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Mar 2007 11:23:50 +0000 (11:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Mar 2007 11:23:50 +0000 (11:23 +0000)
commitbf93b5df59e4b27a696ea372e020acc6737847ed
tree994d7b835d51f221335edf40e008413899a6d63f
parent3d6d8ba183d0761bceffa2b46decb52c12360040
reworked quake query code (CCREQ_/CCREP_ handling) to use MSG_Read functions, it was previously using a mixture of these and direct packet parsing, which was not working, this means quake query tools work again

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6978 d7cf8633-e32d-0410-b094-e92efae38249
netconn.c