1
0
Fork 0

(svn r22335) -Cleanup (r22308): remove superfluous tabs

release/1.2
smatz 2011-04-17 13:36:51 +00:00
parent ec45870fc4
commit b1286bbcda
1 changed files with 2 additions and 2 deletions

View File

@ -563,13 +563,13 @@ NetworkRecvStatus ServerNetworkGameSocketHandler::SendMap()
WaitTillSaved(); WaitTillSaved();
/* Set the status to DONE_MAP, no we will wait for the client /* 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; this->status = STATUS_DONE_MAP;
NetworkClientSocket *new_cs; NetworkClientSocket *new_cs;
bool new_map_client = false; bool new_map_client = false;
/* Check if there is a client waiting for receiving the map /* 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) { FOR_ALL_CLIENT_SOCKETS(new_cs) {
if (new_cs->status == STATUS_MAP_WAIT) { if (new_cs->status == STATUS_MAP_WAIT) {
/* Check if we already have a new client to send the map to */ /* Check if we already have a new client to send the map to */