mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
(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:
parent
e9fe58d7bf
commit
d594a219c6
@ -221,10 +221,11 @@ void NetworkExecuteLocalCommandQueue()
|
||||
}
|
||||
|
||||
/**
|
||||
* Free the local command queue.
|
||||
* Free the local command queues.
|
||||
*/
|
||||
void NetworkFreeLocalCommandQueue()
|
||||
{
|
||||
_local_wait_queue.Free();
|
||||
_local_execution_queue.Free();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user