(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
/* So we don't make too much typos ;) */
|
||||
#define MY_CLIENT GetNetworkClientSocket(0)
|
||||
#define MY_CLIENT NetworkClientSocket::Get(0)
|
||||
|
||||
static uint32 last_ack_frame;
|
||||
|
||||
|
Reference in New Issue
Block a user