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

This commit is contained in:
truelight 2004-12-21 19:39:21 +00:00
parent af4f4069ee
commit 91d1805fb1
1 changed files with 1 additions and 1 deletions

View File

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