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

This commit is contained in:
rubidium
2008-12-23 10:42:06 +00:00
parent cb8b31c3c1
commit 768fdee77a
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;