mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
removed old debug spam
This commit is contained in:
parent
a569d5c0c3
commit
bb73314651
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue