(svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started
This commit is contained in:
@@ -221,10 +221,11 @@ void NetworkExecuteLocalCommandQueue()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Free the local command queue.
|
* Free the local command queues.
|
||||||
*/
|
*/
|
||||||
void NetworkFreeLocalCommandQueue()
|
void NetworkFreeLocalCommandQueue()
|
||||||
{
|
{
|
||||||
|
_local_wait_queue.Free();
|
||||||
_local_execution_queue.Free();
|
_local_execution_queue.Free();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user