Mercurial > hg > openttd
changeset 16527:98e150bd3e27 draft
(svn r21253) -Change: mention the OpenTTD version on the console/logs when starting an OpenTTD dedicated server like we mention it in the title bar for the GUI version
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 19 Nov 2010 10:58:38 +0000 |
parents | 8023237649c5 |
children | b44e4525e418 |
files | src/openttd.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -594,6 +594,7 @@ _cur_resolution.height = ClampU(_cur_resolution.height, 1, UINT16_MAX); #if defined(ENABLE_NETWORK) + if (dedicated) DEBUG(net, 0, "Starting dedicated version %s", _openttd_revision); if (dedicated_host) { _network_bind_list.Clear(); *_network_bind_list.Append() = strdup(dedicated_host);