Fix some typos

This commit is contained in:
Martin Hauke 2019-07-22 22:34:38 +02:00 committed by Anders Jenbo
commit 6fc09ea8a6
5 changed files with 9 additions and 9 deletions

View file

@ -109,7 +109,7 @@ void msg_free_packets()
int msg_wait_for_turns()
{
int recieved;
int received;
DWORD turns;
if (!sgbDeltaChunks) {
@ -123,7 +123,7 @@ int msg_wait_for_turns()
multi_process_network_packets();
nthread_send_and_recv_turn(0, 0);
if (nthread_has_500ms_passed(0))
nthread_recv_turns(&recieved);
nthread_recv_turns(&received);
if (gbGameDestroyed)
return 100;