mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r1209) -Fix: fix compiler warning (sorry)
This commit is contained in:
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…
Reference in New Issue
Block a user