diff options
Diffstat (limited to 'network.c')
-rw-r--r-- | network.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -528,7 +528,7 @@ static void HandleCommandPacket(ClientState *cs, CommandPacket *np) qp = (QueuedCommand*)calloc(sizeof(QueuedCommand), 1); } qp->cp = *np; - + qp->frame = _frame_counter_max - GetNextSyncFrame(); qp->callback = NULL; |