summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 3bcf5ea9e..1ec1d6075 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -68,7 +68,7 @@ static int GetCurRes()
static inline bool RoadVehiclesAreBuilt(void)
{
Vehicle *v;
- FOR_ALL_VEHICLES(v) {
+ FOR_ALL_VEHICLES(v) {
if (v->type == VEH_Road) return true;
}
return false;