1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 09:59:10 +00:00

(svn r1520) Trim 134 (!) lines with trailing whitespace ):

This commit is contained in:
tron
2005-01-15 08:58:31 +00:00
parent 7f7c6297f7
commit 3279a7c9a2
20 changed files with 114 additions and 114 deletions

View File

@@ -725,9 +725,9 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e)
DrawSprite(SPR_LOCK, 120, y);
/* If the company's income was positive puts a green dot else a red dot */
if ((_network_player_info[index].income) > 0)
if ((_network_player_info[index].income) > 0)
income = true;
DrawSprite(SPR_BLOT | (income?0x30d8000:0x30b8000), 130, y);
DrawSprite(SPR_BLOT | (income?0x30d8000:0x30b8000), 130, y);
pos++;
y += NET_PRC__SIZE_OF_ROW_COMPANY;