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
commit0fab1dc6992bd316c1752378b6f3f913d36087e9 (patch)
tree946bb9e6d885bc1eb08d0131905d3c4df18bb2d9 /src/network/network_type.h
parenteb461386ce1da6818a16aac4b542e061c1c37d83 (diff)
downloadopenttd-0fab1dc6992bd316c1752378b6f3f913d36087e9.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