Commit 1904e504 authored by Max Kellermann's avatar Max Kellermann

DecoderInternal: don't wake up player in need_chunks

Nothing of interest happens here. No need to wake up the player.
parent 834715ea
......@@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait)
if (do_wait) {
dc.Wait();
dc.client_cond.signal();
return dc.command;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment