forked from mirror/OpenTTD
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user