From ce919e8c719f0f698ac86dcaa528368316f2e52d Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Mar 2007 16:27:54 +0000 Subject: (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). --- src/roadveh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/roadveh.h') diff --git a/src/roadveh.h b/src/roadveh.h index 7490d35d8..abed18f05 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -8,7 +8,7 @@ static inline bool IsRoadVehInDepot(const Vehicle* v) { - assert(v->type == VEH_Road); + assert(v->type == VEH_ROAD); return v->u.road.state == 254; } -- cgit v1.2.3-54-g00ecf