removed old debug spam

This commit is contained in:
Magnus Auvinen 2009-01-22 23:29:03 +00:00
parent a569d5c0c3
commit bb73314651

View file

@ -1253,10 +1253,7 @@ static void client_process_packet(NETCHUNK *packet)
{ {
graph_add(&gametime_margin_graph, time_left, 1,0,0); graph_add(&gametime_margin_graph, time_left, 1,0,0);
if(game_time.down_adjustspeed < 30.0f) if(game_time.down_adjustspeed < 30.0f)
{
game_time.down_adjustspeed *= 2.0f; game_time.down_adjustspeed *= 2.0f;
dbg_msg("", "%f", game_time.down_adjustspeed);
}
} }
else else
{ {