From b45aeb5c365f62fd04d6843efecbe3dc521d8cbb Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 23 Aug 2005 18:47:04 +0000 Subject: (svn r2886) Rename the "owner" attribute to "m1", because when it stores an owner it is accessed by [GS]etOwner anyway and when it doesn't store an owner, but arbitrary data, accessing a field called "owner" is confusing. --- train_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_cmd.c') diff --git a/train_cmd.c b/train_cmd.c index 1f8f28a6f..2e339020a 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -2458,7 +2458,7 @@ static bool CheckCompatibleRail(const Vehicle *v, TileIndex tile) break; case MP_STREET: - // tracks over roads, do owner check of tracks (_m[tile].owner) + // tracks over roads, do owner check of tracks return IsTileOwner(tile, v->owner) && (v->subtype != TS_Front_Engine || (_m[tile].m4 & 0xF) == v->u.rail.railtype); -- cgit v1.2.3-54-g00ecf