Mercurial > hg > openttd
changeset 17571:64dc55719496 draft
(svn r22335) -Cleanup (r22308): remove superfluous tabs
author | smatz <smatz@openttd.org> |
---|---|
date | Sun, 17 Apr 2011 13:36:51 +0000 |
parents | 08d83eff6bab |
children | c5098a154910 |
files | src/network/network_server.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/network/network_server.cpp +++ b/src/network/network_server.cpp @@ -563,13 +563,13 @@ WaitTillSaved(); /* Set the status to DONE_MAP, no we will wait for the client - * to send it is ready (maybe that happens like never ;)) */ + * to send it is ready (maybe that happens like never ;)) */ this->status = STATUS_DONE_MAP; NetworkClientSocket *new_cs; bool new_map_client = false; /* Check if there is a client waiting for receiving the map - * and start sending him the map */ + * and start sending him the map */ FOR_ALL_CLIENT_SOCKETS(new_cs) { if (new_cs->status == STATUS_MAP_WAIT) { /* Check if we already have a new client to send the map to */