X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=common.c;h=bfdb26ee0ee56f8f40886e9ad6e8f35420395392;hp=6019461a4be949316a6f23a12913af0e74f593c9;hb=598fddaa9633afd444cb95d8e7eb74d9b05b899d;hpb=6f079ecb90e1e6b7597d4da1a98f95c5822aad8d diff --git a/common.c b/common.c index 6019461a..bfdb26ee 100644 --- a/common.c +++ b/common.c @@ -283,8 +283,6 @@ void MSG_WriteCoord (sizebuf_t *sb, float f, protocolversion_t protocol) MSG_WriteCoord16i (sb, f); else MSG_WriteCoord32f (sb, f); - //else - // Host_Error("MSG_WriteCoord: unknown protocol\n"); } void MSG_WriteVector (sizebuf_t *sb, float *v, protocolversion_t protocol)