summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-21 01:42:21 +0000
committerbelugas <belugas@openttd.org>2008-08-21 01:42:21 +0000
commitd3dd9c65660756ceb40a148f3ab21046aa325f63 (patch)
treecb2106d025bd57b8c678d00d7d3c2f753e016772 /src/vehicle_gui.h
parentc4f5d419c02bf03b6e41b30c7c6abe0cd8206ceb (diff)
downloadopenttd-d3dd9c65660756ceb40a148f3ab21046aa325f63.tar.xz
(svn r14118) -Fix(r14104): typos creeping like bugs
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index a6c35cdc7..1d11b349a 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -52,7 +52,7 @@ enum {
VLW_STATION_LIST = 2 << 8,
VLW_DEPOT_LIST = 3 << 8,
VLW_GROUP_LIST = 4 << 8,
- VLM_WAYPOINT_LIST = 5 << 8,
+ VLW_WAYPOINT_LIST = 5 << 8,
VLW_MASK = 0x700,
};