]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / sv_user.c
index 10cd006b3c608863d8fcd5e379ef21a72ffeee3e..16405a073f889e5082b934deb28ebf2bf9812d84 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -23,11 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 edict_t        *sv_player;
 
-extern cvar_t  sv_friction;
 cvar_t sv_edgefriction = {"edgefriction", "2"};
 cvar_t sv_predict = {"sv_predict", "1"};
 cvar_t sv_deltacompress = {"sv_deltacompress", "1"};
-extern cvar_t  sv_stopspeed;
 
 static vec3_t          forward, right, up;
 
@@ -628,7 +626,6 @@ nextmsg:
 SV_RunClients
 ==================
 */
-extern dfunction_t *SV_PlayerPhysicsQC;
 void SV_RunClients (void)
 {
        int                             i;