summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/sv_init.c b/source/sv_init.c
index cb91de2..66d71f5 100644
--- a/source/sv_init.c
+++ b/source/sv_init.c
@@ -107,17 +107,6 @@ void SV_SpawnServer( const char *server, const char *spawnpoint ) {
}
//
- // set up default pmove parameters
- //
- sv.pmp.maxspeed = 300;
- sv.pmp.upspeed = 350;
- sv.pmp.friction = 6;
- sv.pmp.flyfriction = 9;
- sv.pmp.waterfriction = 1;
- sv.pmp.airaccelerate = sv_airaccelerate->integer ? qtrue : qfalse;
- sv.pmp.speedMultiplier = 1;
-
- //
// clear physics interaction links
//
SV_ClearWorld();