File diff r715:f920f6262d41 → r716:ae3edbaa50e7
economy.c
Show inline comments
 
@@ -402,7 +402,7 @@ static void PlayersCheckBankrupt(Player 
 
					// If we are the server, make sure it is clear that his player is no
 
					//  longer with us!
 
					NetworkClientInfo *ci;
 
					ClientState *cs;
 
					NetworkClientState *cs;
 
					/* Find all clients that were in control of this company */
 
					FOR_ALL_CLIENTS(cs) {
 
						ci = DEREF_CLIENT_INFO(cs);