(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user