Mercurial > hg > openttd
diff src/road_map.h @ 11294:63f980601558 draft
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
author | smatz <smatz@openttd.org> |
---|---|
date | Sun, 08 Mar 2009 16:10:39 +0000 |
parents | f7b6f8f03e5e |
children | 02313cc6114e |
line wrap: on
line diff
--- a/src/road_map.h +++ b/src/road_map.h @@ -390,7 +390,6 @@ _m[t].m3 = (HasBit(rot, ROADTYPE_TRAM) ? bits : 0); _m[t].m4 = 0; _m[t].m5 = (HasBit(rot, ROADTYPE_ROAD) ? bits : 0) | ROAD_TILE_NORMAL << 6; - SetRoadOwner(t, ROADTYPE_TRAM, tram); SB(_m[t].m6, 2, 4, 0); _me[t].m7 = rot << 6; SetRoadOwner(t, ROADTYPE_TRAM, tram);