X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=common.c;h=bfdb26ee0ee56f8f40886e9ad6e8f35420395392;hb=8c345f0ff56634b5a25580b5187a7daeec1f7848;hp=6019461a4be949316a6f23a12913af0e74f593c9;hpb=74df347bf8eedd22952257d046d754bd1d43fde9;p=xonotic%2Fdarkplaces.git 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)