Fix some typos

This commit is contained in:
Martin Hauke
2019-07-23 14:33:42 +02:00
committed by Anders Jenbo
parent 86e552a9e7
commit 6fc09ea8a6
5 changed files with 9 additions and 9 deletions
+2 -2
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;