(svn r1209) -Fix: fix compiler warning (sorry)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 20 years ago
parent af4f4069ee
commit 91d1805fb1

@ -128,7 +128,7 @@ static void TPFMode2(TrackPathFinder *tpf, uint tile, int direction)
uint bits;
int i;
RememberData rd;
int owner;
int owner = -1;
if (tpf->tracktype == TRANSPORT_RAIL) {
owner = _map_owner[tile];

Loading…
Cancel
Save