Fix some typos
This commit is contained in:
parent
86e552a9e7
commit
6fc09ea8a6
5 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue