(svn r21875) -Codechange: indentation of some comments was wrong

This commit is contained in:
smatz 2011-01-21 01:38:30 +00:00
parent 1ac51128f5
commit 656caf16db
6 changed files with 13 additions and 13 deletions

View File

@ -209,8 +209,8 @@ void ClientNetworkGameSocketHandler::ClientError(NetworkRecvStatus res)
if (my_client->CanSendReceive()) {
NetworkRecvStatus res = my_client->ReceivePackets();
if (res != NETWORK_RECV_STATUS_OKAY) {
/* The client made an error of which we can not recover
* close the client and drop back to main menu */
/* The client made an error of which we can not recover.
* Close the connection and drop back to the main menu. */
my_client->ClientError(res);
return false;
}

View File

@ -1416,7 +1416,7 @@ public:
case VL_SHARED_ORDERS: // Shared Orders
if (this->vehicles.Length() == 0) {
/* We can't open this window without vehicles using this order
* and we should close the window when deleting the order */
* and we should close the window when deleting the order. */
NOT_REACHED();
}
SetDParam(0, this->vscroll->GetCount());