diff -r a8b963413d15 -r 176bc2a66322 network_client.c --- a/network_client.c Fri Oct 13 15:15:22 2006 +0000 +++ b/network_client.c Fri Oct 13 15:52:22 2006 +0000 @@ -24,8 +24,6 @@ // This file handles all the client-commands -extern const char _openttd_revision[]; - // So we don't make too much typos ;) #define MY_CLIENT DEREF_CLIENT(0) @@ -65,6 +63,7 @@ // String: Unique id to find the player back in server-listing // + extern const char _openttd_revision[]; Packet *p; _network_join_status = NETWORK_JOIN_STATUS_AUTHORIZING; InvalidateWindow(WC_NETWORK_STATUS_WINDOW, 0);