From 805a74c1e4e487c1fabafc57858cd591e6dfed9d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 20 Jan 2008 15:19:30 +0000 Subject: fixed collision bug with player <-> player --- src/game/client/gc_hooks.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game/client/gc_hooks.cpp') diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp index a320498b..ca425059 100644 --- a/src/game/client/gc_hooks.cpp +++ b/src/game/client/gc_hooks.cpp @@ -164,12 +164,6 @@ extern "C" void modc_predict() if(!world.players[c]) continue; - - // TODO: this should be moved into the g_game - // but not done to preserve the nethash - if(length(world.players[c]->vel) > 150.0f) - world.players[c]->vel = normalize(world.players[c]->vel) * 150.0f; - world.players[c]->move(); world.players[c]->quantize(); } -- cgit 1.4.1