summaryrefslogtreecommitdiff
path: root/src/roadveh_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-09 02:57:15 +0000
committerrubidium <rubidium@openttd.org>2009-02-09 02:57:15 +0000
commit89e1afdaa0bfea874d86a8dc2590d49c257ec611 (patch)
tree211b57e3a81eed5791f5b6b9709252af6f7d8503 /src/roadveh_cmd.cpp
parentc7f3daacbf57e8213550f5bca3226565cbafe5e3 (diff)
downloadopenttd-89e1afdaa0bfea874d86a8dc2590d49c257ec611.tar.xz
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
Diffstat (limited to 'src/roadveh_cmd.cpp')
-rw-r--r--src/roadveh_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp
index 6cdc23dc5..3bfb277ae 100644
--- a/src/roadveh_cmd.cpp
+++ b/src/roadveh_cmd.cpp
@@ -148,7 +148,7 @@ void RoadVehUpdateCache(Vehicle *v)
u->u.road.cached_veh_length = GetRoadVehLength(u);
/* Invalidate the vehicle colour map */
- u->colormap = PAL_NONE;
+ u->colourmap = PAL_NONE;
}
}