summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
committerrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
commit3b4c3a3df690d5ec02ba2bf93a69aa6fe9908810 (patch)
tree946bb9e6d885bc1eb08d0131905d3c4df18bb2d9 /src/network/network_type.h
parent5f52c44c14bf4c61ec8db6a57195992564fb22a5 (diff)
downloadopenttd-3b4c3a3df690d5ec02ba2bf93a69aa6fe9908810.tar.xz
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
Diffstat (limited to 'src/network/network_type.h')
-rw-r--r--src/network/network_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index c05033696..880a8ffae 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file network_internal.h Variables and function used internally. */
+/** @file network_type.h Types used for networking. */
#ifndef NETWORK_TYPE_H
#define NETWORK_TYPE_H