[mw-devel] MW3 r1056 - trunk/src
arthur at sucs.org
arthur at sucs.org
Tue Oct 7 12:27:40 BST 2008
Author: arthur
Date: 2008-10-07 12:27:39 +0100 (Tue, 07 Oct 2008)
New Revision: 1056
Modified:
trunk/src/user.c
Log:
turn beeps off by default
Modified: trunk/src/user.c
===================================================================
--- trunk/src/user.c 2008-10-01 17:55:32 UTC (rev 1055)
+++ trunk/src/user.c 2008-10-07 11:27:39 UTC (rev 1056)
@@ -271,6 +271,7 @@
tmp->colour=0;
/* clear all statuses */
tmp->status=0;
+ tmp->status |= (1<<6); /* beeps off */
/* enable tab completion special only */
tmp->special=(1<<12);
/* not registered to any groups as standard */
More information about the mw-devel
mailing list