(svn r1209) -Fix: fix compiler warning (sorry)
This commit is contained in:
@@ -128,7 +128,7 @@ static void TPFMode2(TrackPathFinder *tpf, uint tile, int direction)
|
|||||||
uint bits;
|
uint bits;
|
||||||
int i;
|
int i;
|
||||||
RememberData rd;
|
RememberData rd;
|
||||||
int owner;
|
int owner = -1;
|
||||||
|
|
||||||
if (tpf->tracktype == TRANSPORT_RAIL) {
|
if (tpf->tracktype == TRANSPORT_RAIL) {
|
||||||
owner = _map_owner[tile];
|
owner = _map_owner[tile];
|
||||||
|
|||||||
Reference in New Issue
Block a user