mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
parent
ce84b8995a
commit
8bc0e01330
@ -207,7 +207,7 @@ public:
|
||||
/* move to the next tile */
|
||||
tile = F.m_new_tile;
|
||||
trackdir = new_td;
|
||||
if (tiles > MAX_RV_PF_TILES) break;
|
||||
if (tiles > MAX_RV_PF_TILES) return false;
|
||||
}
|
||||
|
||||
/* save end of segment back to the node */
|
||||
|
Loading…
Reference in New Issue
Block a user