(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"

This commit is contained in:
belugas
2007-03-28 20:41:35 +00:00
parent 3ca9788213
commit 386e298acd
14 changed files with 91 additions and 65 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file roadveh_gui.cpp */
#include "stdafx.h"
#include "openttd.h"
#include "debug.h"
@@ -34,7 +36,7 @@ static void RoadVehDetailsWndProc(Window *w, WindowEvent *e)
StringID str;
SetWindowWidgetDisabledState(w, 2, v->owner != _local_player);
// disable service-scroller when interval is set to disabled
/* disable service-scroller when interval is set to disabled */
SetWindowWidgetDisabledState(w, 5, !_patches.servint_roadveh);
SetWindowWidgetDisabledState(w, 6, !_patches.servint_roadveh);