(svn r12645) -Codechange: a bit of code-style cleanup
authorbelugas
Thu, 10 Apr 2008 02:10:26 +0000
changeset 8878 d3b54124848b
parent 8877 f09f03b0dc64
child 8879 976ce196dddf
(svn r12645) -Codechange: a bit of code-style cleanup
src/airport_gui.cpp
--- a/src/airport_gui.cpp	Wed Apr 09 23:00:12 2008 +0000
+++ b/src/airport_gui.cpp	Thu Apr 10 02:10:26 2008 +0000
@@ -175,7 +175,7 @@
 		 */
 		for (i = 0; i < 9; i++) w->SetWidgetDisabledState(i + 7, !HasBit(avail_airports, i));
 
-		// select default the coverage area to 'Off' (16)
+		/* select default the coverage area to 'Off' (16) */
 		airport = GetAirport(_selected_airport_type);
 		SetTileSelectSize(airport->size_x, airport->size_y);
 
@@ -184,8 +184,7 @@
 		if (_station_show_coverage) SetTileSelectBigSize(-rad, -rad, 2 * rad, 2 * rad);
 
 		DrawWindowWidgets(w);
-		// strings such as 'Size' and 'Coverage Area'
-		// 'Coverage Area'
+		/* strings such as 'Size' and 'Coverage Area' */
 		int text_end = DrawStationCoverageAreaText(2, 206, SCT_ALL, rad, false);
 		text_end = DrawStationCoverageAreaText(2, text_end + 4, SCT_ALL, rad, true) + 4;
 		if (text_end != w->widget[6].bottom) {