summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-02-05 17:59:59 +0000
committersmatz <smatz@openttd.org>2009-02-05 17:59:59 +0000
commitd2716d66e3b7b365e43adb32b2dd235b7a525278 (patch)
tree07221a8ec5b1311cadce6e6c5b7ba96826917566 /src/settings_type.h
parent324e92f879980085c773b192ff71e07bd99fd4b0 (diff)
downloadopenttd-d2716d66e3b7b365e43adb32b2dd235b7a525278.tar.xz
(svn r15361) -Cleanup: minor comment style fixes (planetmaker)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index d40e2b9c6..7909891f7 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -88,8 +88,8 @@ struct GUISettings {
byte station_platlength; ///< the platform length, in tiles, for rail stations
bool station_dragdrop; ///< whether drag and drop is enabled for stations
bool station_show_coverage; ///< whether to highlight coverage area
- bool persistent_buildingtools; ///< keep the building tools active after usage
- uint8 expenses_layout; ///< Layout of expenses window
+ bool persistent_buildingtools; ///< keep the building tools active after usage
+ 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_length; ///< the minimum amount of items in the console backlog before items will be removed.