]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_cmds.c
whitespace
[xonotic/darkplaces.git] / pr_cmds.c
index bfba985bbfed81029326a231d4b38b42a6c57dc8..7cf39ca5786d8f7aef93eca4d8bcb4989f292223 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -143,7 +143,7 @@ void PF_error (void)
 {
        char    *s;
        edict_t *ed;
-       
+
        s = PF_VarString(0);
        Con_Printf ("======SERVER ERROR in %s:\n%s\n", pr_strings + pr_xfunction->s_name, s);
        ed = PROG_TO_EDICT(pr_global_struct->self);
@@ -907,7 +907,7 @@ void PF_stuffcmd (void)
        if (entnum < 1 || entnum > svs.maxclients)
                Host_Error ("Parm 0 not a client");
        str = G_STRING(OFS_PARM1);      
-       
+
        old = host_client;
        host_client = &svs.clients[entnum-1];
        Host_ClientCommands ("%s", str);
@@ -943,7 +943,7 @@ void PF_cvar (void)
        char    *str;
        
        str = G_STRING(OFS_PARM0);
-       
+
        G_FLOAT(OFS_RETURN) = Cvar_VariableValue (str);
 }
 
@@ -1751,12 +1751,10 @@ void PF_WriteEntity (void)
 
 //=============================================================================
 
-int SV_ModelIndex (char *name);
-
 void PF_makestatic (void)
 {
-       edict_t *ent;
-       int             i, large;
+       edict_t *ent;
+       int i, large;
 
        ent = G_EDICT(OFS_PARM0);