diff options
author | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
commit | 0fde027e0d27deb88134c0875d10ebd40e0a0ba6 (patch) | |
tree | 73cf0799026d9a37960cbe8b4b60fbb22b92795b /src/game/g_public.h | |
parent | 1bfafb4aa17a057876cdd0b42b6ee1474b5ffce9 (diff) |
* Remove lots and lots of redundant comments
Diffstat (limited to 'src/game/g_public.h')
-rw-r--r-- | src/game/g_public.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_public.h b/src/game/g_public.h index fc6b7df3..c3a7dd7f 100644 --- a/src/game/g_public.h +++ b/src/game/g_public.h @@ -31,8 +31,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // special server behaviors #define SVF_NOCLIENT 0x00000001 // don't send entity to clients, even if it has effects -// TTimo -// https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=551 #define SVF_CLIENTMASK 0x00000002 #define SVF_BROADCAST 0x00000020 // send to all connected clients |