From 86b046864a8672dabb7bebc2c1d9fb60e9b53ea5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Jan 2007 17:22:56 +0000 Subject: (svn r8461) -Feature: check for NewGRF compatability before actually downloading the map from a game server when connecting from the command prompt and internal console. --- src/network/network_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/network_data.h') diff --git a/src/network/network_data.h b/src/network/network_data.h index 46561c51f..676c9b66c 100644 --- a/src/network/network_data.h +++ b/src/network/network_data.h @@ -34,6 +34,7 @@ typedef enum { NETWORK_ERROR_SAVEGAME_FAILED, NETWORK_ERROR_CONNECTION_LOST, NETWORK_ERROR_ILLEGAL_PACKET, + NETWORK_ERROR_NEWGRF_MISMATCH, // Signals from servers NETWORK_ERROR_NOT_AUTHORIZED, -- cgit v1.2.3-54-g00ecf