aboutsummaryrefslogblamecommitdiff
path: root/games/egl/files/patch-common__net_msg.c
blob: d67a9942d33f5f54dd2540bb698abefa044ca766 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                        
--- common/net_msg.c.orig	Mon Jul 24 15:18:19 2006
+++ common/net_msg.c	Mon Jul 24 16:38:29 2006
@@ -134,7 +134,7 @@
 {
 	byte	*buf;
 
-	assert (!(c < -128 || c > 127));
+	//assert (!(c < -128 || c > 127));
 
 	buf = MSG_GetWriteSpace (dest, 1);
 	buf[0] = c;