From b25a4f8231f3ded44038ea454a3d4c6a2dc9217d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/rail_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_gui.cpp') diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index 921f44725..519fd7ce9 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -838,7 +838,7 @@ void ShowBuildRailToolbar(RailType railtype, int button) if (!IsValidCompanyID(_local_company)) return; if (!ValParamRailtype(railtype)) return; - // don't recreate the window if we're clicking on a button and the window exists. + /* don't recreate the window if we're clicking on a button and the window exists. */ if (button < 0 || !(w = dynamic_cast(FindWindowById(WC_BUILD_TOOLBAR, TRANSPORT_RAIL)))) { DeleteWindowByClass(WC_BUILD_TOOLBAR); _cur_railtype = railtype; -- cgit v1.2.3-54-g00ecf