]> icculus.org git repositories - divverent/darkplaces.git/commit
fix problems with changelevel causing network compression to stop working (bug introd...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Feb 2006 02:55:42 +0000 (02:55 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Feb 2006 02:55:42 +0000 (02:55 +0000)
commit8a013d7add6cad22c1752a6c6a5a17a668463538
tree507a4456144a62d755486584caad235cb75e33fb
parent31f1e296ff93e8e471b9e45542e024615a108930
fix problems with changelevel causing network compression to stop working (bug introduced when SV_SendReconnect was rewritten quite some time ago), this was happening because the compression database was being freed on level change and reallocated, and thus producing older entity frame numbers that the client refused

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