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/ship.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ship.h') diff --git a/src/ship.h b/src/ship.h index 5c6e13596..e4bfd9f98 100644 --- a/src/ship.h +++ b/src/ship.h @@ -12,7 +12,7 @@ void GetShipSpriteSize(EngineID engine, uint &width, uint &height); static inline bool IsShipInDepot(const Vehicle* v) { - assert(v->type == VEH_Ship); + assert(v->type == VEH_SHIP); return v->u.ship.state == 0x80; } -- cgit v1.2.3-54-g00ecf