mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
Fix some typos
This commit is contained in:
committed by
Anders Jenbo
parent
86e552a9e7
commit
6fc09ea8a6
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user