From 13071a2d23a8ac680c78f83f1ac441cf284f8718 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 25 Apr 2002 12:53:42 +0000 Subject: [PATCH] Clear up some comments. --- qw/source/sv_pr_cmds.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qw/source/sv_pr_cmds.c b/qw/source/sv_pr_cmds.c index c50325041..3cf8b9d94 100644 --- a/qw/source/sv_pr_cmds.c +++ b/qw/source/sv_pr_cmds.c @@ -120,7 +120,11 @@ PF_makevectors (progs_t *pr) /* PF_setorigin - This is the only valid way to move an object without using the physics of the world (setting velocity and waiting). Directly changing origin will not set internal links correctly, so clipping would be messed up. This should be called when an object is spawned, and then only if it is teleported. + This is the only valid way to move an object without using the physics of + the world (setting velocity and waiting). Directly changing origin will + not set internal links correctly, so clipping would be messed up. This + should be called when an object is spawned, and then only if it is + teleported. setorigin (entity, origin) */ @@ -575,7 +579,7 @@ PF_stuffcmd (progs_t *pr) /* PF_localcmd - Sends text over to the client's execution buffer + Inserts text into the server console's execution buffer localcmd (string) */