From f7abff5f963cddfdd134ac52ffd8e72e3ed88f0c Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 14 Nov 2005 19:48:04 +0000 Subject: (svn r3181) -Bracing -Indentation -Whitespace -DeMorgan's Law -Test with NULL or 0 for non-booleans -'\0' instead of 0 for chars -Remove redundantly redundant comments (like DoFoo(); // Do foo) -Join multiple short lines with a single statement -Split single lines with multiple statements -Avoid assignments in if --- gfx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gfx.c') diff --git a/gfx.c b/gfx.c index 2e3079b62..c8c6d6845 100644 --- a/gfx.c +++ b/gfx.c @@ -1994,7 +1994,6 @@ uint16 GetDrawStringPlayerColor(PlayerID player) { // Get the color for DrawString-subroutines which matches the color // of the player - if (player == OWNER_SPECTATOR || player == OWNER_SPECTATOR - 1) - return 1; + if (player == OWNER_SPECTATOR || player == OWNER_SPECTATOR - 1) return 1; return (_color_list[_player_colors[player]].window_color_1b) | IS_PALETTE_COLOR; } -- cgit v1.2.3-70-g09d2