(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user