summaryrefslogtreecommitdiff
path: root/src/network/network_data.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-30 17:22:56 +0000
committerrubidium <rubidium@openttd.org>2007-01-30 17:22:56 +0000
commit6787514d6243ae5815f3e3752d15ca9bd4b924d1 (patch)
treecc2fcbaaf61a17dfad0f7bc6d11bc5b8312028fb /src/network/network_data.h
parenta97d87be9a0b32e1d9d0d03f2e3f5d4978f366ae (diff)
downloadopenttd-6787514d6243ae5815f3e3752d15ca9bd4b924d1.tar.xz
(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.
Diffstat (limited to 'src/network/network_data.h')
-rw-r--r--src/network/network_data.h1
1 files changed, 1 insertions, 0 deletions
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,