(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/

This commit is contained in:
rubidium
2008-12-23 10:42:06 +00:00
parent ae96ca635c
commit d501a20065
4 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
// So we don't make too much typos ;)
#define MY_CLIENT DEREF_CLIENT(0)
#define MY_CLIENT GetNetworkClientSocket(0)
static uint32 last_ack_frame;