mirror of https://github.com/OpenTTD/OpenTTD
(svn r15361) -Cleanup: minor comment style fixes (planetmaker)
parent
324e92f879
commit
d2716d66e3
|
@ -429,7 +429,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i
|
||||||
|
|
||||||
FcDefaultSubstitute(pat);
|
FcDefaultSubstitute(pat);
|
||||||
|
|
||||||
/* The create a font set and match that */
|
/* Then create a font set and match that */
|
||||||
match = FcFontMatch(0, pat, &result);
|
match = FcFontMatch(0, pat, &result);
|
||||||
|
|
||||||
if (match == NULL) {
|
if (match == NULL) {
|
||||||
|
|
|
@ -88,8 +88,8 @@ struct GUISettings {
|
||||||
byte station_platlength; ///< the platform length, in tiles, for rail stations
|
byte station_platlength; ///< the platform length, in tiles, for rail stations
|
||||||
bool station_dragdrop; ///< whether drag and drop is enabled for stations
|
bool station_dragdrop; ///< whether drag and drop is enabled for stations
|
||||||
bool station_show_coverage; ///< whether to highlight coverage area
|
bool station_show_coverage; ///< whether to highlight coverage area
|
||||||
bool persistent_buildingtools; ///< keep the building tools active after usage
|
bool persistent_buildingtools; ///< keep the building tools active after usage
|
||||||
uint8 expenses_layout; ///< Layout of expenses window
|
uint8 expenses_layout; ///< layout of expenses window
|
||||||
|
|
||||||
uint16 console_backlog_timeout; ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
|
uint16 console_backlog_timeout; ///< the minimum amount of time items should be in the console backlog before they will be removed in ~3 seconds granularity.
|
||||||
uint16 console_backlog_length; ///< the minimum amount of items in the console backlog before items will be removed.
|
uint16 console_backlog_length; ///< the minimum amount of items in the console backlog before items will be removed.
|
||||||
|
|
Loading…
Reference in New Issue