mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user