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

pull/155/head
truelight 20 years ago
parent 815d4284c3
commit 507c5a692b

@ -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