diff options
author | tron <tron@openttd.org> | 2006-04-02 14:36:51 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-04-02 14:36:51 +0000 |
commit | 7549e674b3b88b1b6885bc2d9cb2db867937b2ee (patch) | |
tree | d79561799a60b8068bd656ba72cc7996bbdd9514 | |
parent | 7163a64c25e5ad8be4bf261c6fbbd909f75f4de3 (diff) | |
download | openttd-7549e674b3b88b1b6885bc2d9cb2db867937b2ee.tar.xz |
(svn r4243) Unbreak compilation
-rw-r--r-- | network_server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/network_server.c b/network_server.c index d6aead594..f64fad837 100644 --- a/network_server.c +++ b/network_server.c @@ -43,7 +43,6 @@ static const StringID _network_error_strings[] = { STR_NETWORK_ERR_CLIENT_CHEATER, STR_NETWORK_ERR_CLIENT_SERVER_FULL, }; -assert_compile(lengthof(_network_error_strings) == NETWORK_ERROR_END); // ********** // Sending functions |